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

Update intaro.retailcrm/install/step2.php

Co-authored-by: Smiley48 <43863676+Smiley48@users.noreply.github.com>
This commit is contained in:
Kocmonavtik 2022-12-13 14:09:26 +03:00 committed by GitHub
parent 4f0400244b
commit c781fe119d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>