[+] BO : Add a note on invoice

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11253 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2011-12-15 11:38:01 +00:00
parent 29a90b29d1
commit cb984199fc
8 changed files with 65 additions and 9 deletions
+1
View File
@@ -1069,6 +1069,7 @@ CREATE TABLE `PREFIX_order_invoice` (
`total_shipping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
`total_wrapping_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
`total_wrapping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
`note` text,
`date_add` datetime NOT NULL,
PRIMARY KEY (`id_order_invoice`),
KEY `id_order` (`id_order`)