v.2.34
Исправлен пересчет весовых товаров в онлайн реализации
This commit is contained in:
@@ -29,7 +29,7 @@ class ExchangeOrders extends Model
|
||||
->first();
|
||||
$start_order_info[] = array(
|
||||
'code' => intval($start_order_item['more']),
|
||||
'count' => floatval($start_order_item['value']),
|
||||
'count' => Base::tofloat($start_order_item['value']),
|
||||
'sale_price' => $item['sale_price'],
|
||||
'special_price' => $item['special_price']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user