//fix for 1.5.2.0
This commit is contained in:
@@ -38,7 +38,7 @@ function update_order_canada()
|
||||
`tax_name` varchar(40) NOT NULL,
|
||||
`tax_rate` decimal(6,3) NOT NULL,
|
||||
`amount` decimal(20,6) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8');
|
||||
) ENGINE='._MYSQL_ENGINE_.' DEFAULT CHARSET=utf8');
|
||||
|
||||
|
||||
$address_field = Db::getInstance()->getValue('SELECT value
|
||||
|
||||
Reference in New Issue
Block a user