Update intaro.retailcrm/install/step2.php
Co-authored-by: Smiley48 <43863676+Smiley48@users.noreply.github.com>
This commit is contained in:
parent
c781fe119d
commit
5176a0ba76
1 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,8 @@ if (isset($arResult['PAYMENT'])) {
|
|||
<td width="50%" class="adm-detail-content-cell-r">
|
||||
<select name="payment-<?php echo $bitrixPayment['ID']; ?>" class="typeselect">
|
||||
<option value=""></option>
|
||||
<?php foreach($arResult['paymentStatusesList'] as $paymentStatus): if($paymentStatus['active'] == 1): ?>
|
||||
<?php foreach($arResult['paymentStatusesList'] as $paymentStatus): ?>
|
||||
<?php if($paymentStatus['active'] == 1): ?>
|
||||
<option value="<?php echo $paymentStatus['code']; ?>"
|
||||
<?php if($defaultPayment[$bitrixPayment['ID']] == $paymentStatus['code']) echo 'selected'; ?>>
|
||||
<?php echo $APPLICATION->ConvertCharset($paymentStatus['name'], 'utf-8', SITE_CHARSET); ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue