1
0
Fork 0
mirror of synced 2025-04-11 21:21:00 +00:00

Rename Field

This commit is contained in:
Ivan Chaplygin 2022-12-06 11:50:09 +03:00
parent 2ef69a0689
commit ba5266a3ee
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ if ($STEP === 1) {
<?php
if ($isSetupModulePage) { ?>
<span class="text"><?=GetMessage('AGENT_LOADING')?>&nbsp;</span>
<input type="checkbox" name="TYPE_LOADING" value="agent" onclick="checkProfile(this);"><Br>
<input type="checkbox" name="NEED_CATALOG_AGENT" value="agent" onclick="checkProfile(this);"><Br>
<br>
<br>
<span class="text"><?=GetMessage('LOAD_NOW')?>&nbsp;</span>

View file

@ -1088,7 +1088,7 @@ class intaro_retailcrm extends CModule
$agentId = null;
if (isset($_POST['TYPE_LOADING'])) {
if (isset($_POST['NEED_CATALOG_AGENT'])) {
$dateAgent = new DateTime();
$intAgent = new DateInterval('PT60S'); // PT60S - 60 sec;
$dateAgent->add($intAgent);