Update intaro.retailcrm/install/step2.php
Co-authored-by: Smiley48 <43863676+Smiley48@users.noreply.github.com>
This commit is contained in:
parent
4f0400244b
commit
c781fe119d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ if (isset($arResult['PAYMENT'])) {
|
|||
$nameType = isset($paymentType['integrationModule']) ? $APPLICATION->ConvertCharset($paymentType['name'] . GetMessage('INTEGRATIONS'), 'utf-8', SITE_CHARSET) : $APPLICATION->ConvertCharset($paymentType['name'], 'utf-8', SITE_CHARSET);
|
||||
echo $nameType;?>
|
||||
</option>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue