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