evoxwht 2 лет назад
Родитель
Сommit
acc36f2a2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/services/product/product/StoreProductServices.php

+ 1 - 1
crmeb/app/services/product/product/StoreProductServices.php

@@ -871,7 +871,7 @@ class StoreProductServices extends BaseServices
                     'image' => $items['pic'],
                     'price' => $items['price'],
                     'ot_price' => $items['ot_price'],
-                    'sku' => implode(',', $items['detail'])
+                    'suk' => implode(',', $items['detail'])
                 ];
             }
         }