* @copyright 2019 idnovate.com * @license See above */ function upgrade_module_2_1_27() { Db::getInstance()->execute( "UPDATE `"._DB_PREFIX_."quantity_discount_rule_action` SET `products_nb_each` = 999 WHERE `id_type` = 40;" ); return true; }