Merge remote-tracking branch 'origin/3.6' into develop

This commit is contained in:
Laurent Destailleur 2014-07-09 00:30:23 +02:00
commit e659b9e693

View File

@ -155,7 +155,7 @@ CREATE TABLE llx_product_batch (
sellby datetime DEFAULT NULL,
batch varchar(30) DEFAULT NULL,
qty double NOT NULL DEFAULT 0,
import_key varchar(14) DEFAULT NULL,
import_key varchar(14) DEFAULT NULL
) ENGINE=InnoDB;
CREATE TABLE llx_expeditiondet_batch (
@ -165,7 +165,7 @@ CREATE TABLE llx_expeditiondet_batch (
sellby date DEFAULT NULL,
batch varchar(30) DEFAULT NULL,
qty double NOT NULL DEFAULT 0,
fk_origin_stock integer NOT NULL,
fk_origin_stock integer NOT NULL
) ENGINE=InnoDB;
-- Salary payment in tax module