[-] BO : Partial refund - part 4

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10626 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-11-23 22:42:17 +00:00
parent 005913ce3b
commit f5aadafc92
9 changed files with 34 additions and 15 deletions
+1
View File
@@ -1205,6 +1205,7 @@ CREATE TABLE `PREFIX_order_slip` (
`shipping_cost` tinyint(3) unsigned NOT NULL default '0',
`amount` DECIMAL(10,2) NOT NULL,
`shipping_cost_amount` DECIMAL(10,2) NOT NULL,
`partial` TINYINT(1) NOT NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,
PRIMARY KEY (`id_order_slip`),