// Merge -> revision 8149
This commit is contained in:
@@ -13,4 +13,6 @@ AND `id_lang` = (
|
||||
LIMIT 1
|
||||
);
|
||||
|
||||
ALTER TABLE `PREFIX_discount` ADD `include_tax` TINYINT(1) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `PREFIX_discount` ADD `include_tax` TINYINT(1) NOT NULL DEFAULT '0';
|
||||
|
||||
UPDATE `PREFIX_order_detail`set `product_price` = `product_price` /( 1-(`group_reduction`/100));
|
||||
Reference in New Issue
Block a user