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

Fixed export setup 2

This commit is contained in:
Максим Кузнецов 2022-05-30 13:24:54 +03:00
parent 39ecc17d95
commit 7391f1dadf

View file

@ -358,7 +358,6 @@ if ($STEP === 1) {
$arIBlock['OLD_PROPERTY_SKU_SELECT'],
$propertyKey
);
echo $isSelected ? ' selected' : '';
?>
>
@ -378,7 +377,6 @@ if ($STEP === 1) {
<option value="<?=$prop['CODE']?>"
<?php
echo $settingsService->getOptionClass($prop, false);
if (!$productSelected) {
$isSelected = $settingsService->isOptionSelected(
$prop,
@ -780,7 +778,6 @@ if ($STEP === 1) {
//Сохранение и выход
if ($STEP === 2) {
RetailcrmConfigProvider::setProfileBasePrice($_REQUEST['PROFILE_ID'], $_POST['price-types']);
$FINITE = true;
}
?>