[-] FO : #PSCFV-2920 - Hidding order number, use order reference instead

This commit is contained in:
mDeflotte
2012-06-26 15:19:35 +00:00
parent 9804065771
commit 100b210d22
74 changed files with 149 additions and 100 deletions
+2
View File
@@ -4,3 +4,5 @@ SET NAMES 'utf8';
/* PHP:p15014_add_missing_columns(); */;
UPDATE `PREFIX_orders` SET `reference` = LPAD(reference, 9 , '0');