Update intaro.retailcrm/install/step2.php
Co-authored-by: Smiley48 <43863676+Smiley48@users.noreply.github.com>
This commit is contained in:
parent
33291e2066
commit
4f0400244b
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ if (isset($arResult['PAYMENT'])) {
|
|||
<select name="payment-type-<?php echo $bitrixPaymentType['ID']; ?>" class="typeselect">
|
||||
<option value=""></option>
|
||||
<?php foreach($arResult['paymentTypesList'] as $paymentType): ?>
|
||||
<?php if($paymentType['active'] == 1): ?>
|
||||
<?php if($paymentType['active'] == 1): ?>
|
||||
<option value="<?php echo $paymentType['code']; ?>"
|
||||
<?php if($defaultPayTypes[$bitrixPaymentType['ID']] == $paymentType['code']) echo 'selected'; ?>>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue