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

Adding tabs

This commit is contained in:
Ivan Chaplygin 2022-12-13 14:27:29 +03:00
parent b524e6ea84
commit b9d142e170

View file

@ -358,7 +358,7 @@ if (isset($arResult['PAYMENT'])) {
<?php if($defaultOrderTypes[$bitrixOrderType['ID']] == $orderType['code']) echo 'selected'; ?>>
<?php echo $APPLICATION->ConvertCharset($orderType['name'], 'utf-8', SITE_CHARSET); ?>
</option>
<?php endif; ?>
<?php endif; ?>
<?php endforeach; ?>
</select>
</td>