mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
History fix for PrestaShop 1.7
This commit is contained in:
parent
270b69707d
commit
8a6baf8f9a
@ -423,7 +423,8 @@ class RetailcrmHistory
|
|||||||
'total_wt' => $productPrice * $item['quantity'],
|
'total_wt' => $productPrice * $item['quantity'],
|
||||||
'total' => $productPrice * $item['quantity'],
|
'total' => $productPrice * $item['quantity'],
|
||||||
'wholesale_price' => $product->wholesale_price,
|
'wholesale_price' => $product->wholesale_price,
|
||||||
'id_supplier' => $product->id_supplier
|
'id_supplier' => $product->id_supplier,
|
||||||
|
'id_customization' => 0
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isset($item['discountTotal']) && self::$apiVersion == 5) {
|
if (isset($item['discountTotal']) && self::$apiVersion == 5) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user