FIX Societe Merge : "unknow column fk_soc" + "Delivery" label
This commit is contained in:
parent
bcfe03216a
commit
e2696d7718
@ -555,3 +555,6 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN packaging varchar(64);
|
|||||||
|
|
||||||
ALTER TABLE llx_projet ADD COLUMN fk_opp_status_end integer DEFAULT NULL;
|
ALTER TABLE llx_projet ADD COLUMN fk_opp_status_end integer DEFAULT NULL;
|
||||||
|
|
||||||
|
ALTER TABLE llx_mrp_production ADD COLUMN fk_soc integer NOT NULL;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
CREATE TABLE llx_mrp_production(
|
CREATE TABLE llx_mrp_production(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
|
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
|
||||||
fk_mo integer NOT NULL,
|
fk_mo integer NOT NULL,
|
||||||
|
fk_soc integer NOT NULL,
|
||||||
position integer NOT NULL DEFAULT 0,
|
position integer NOT NULL DEFAULT 0,
|
||||||
fk_product integer NOT NULL,
|
fk_product integer NOT NULL,
|
||||||
fk_warehouse integer,
|
fk_warehouse integer,
|
||||||
|
|||||||
@ -249,7 +249,7 @@ if (empty($reshook))
|
|||||||
'FactureFournisseur' => '/fourn/class/fournisseur.facture.class.php',
|
'FactureFournisseur' => '/fourn/class/fournisseur.facture.class.php',
|
||||||
'SupplierProposal' => '/supplier_proposal/class/supplier_proposal.class.php',
|
'SupplierProposal' => '/supplier_proposal/class/supplier_proposal.class.php',
|
||||||
'ProductFournisseur' => '/fourn/class/fournisseur.product.class.php',
|
'ProductFournisseur' => '/fourn/class/fournisseur.product.class.php',
|
||||||
'Livraison' => '/delivery/class/delivery.class.php',
|
'Delivery' => '/delivery/class/delivery.class.php',
|
||||||
'Product' => '/product/class/product.class.php',
|
'Product' => '/product/class/product.class.php',
|
||||||
'Project' => '/projet/class/project.class.php',
|
'Project' => '/projet/class/project.class.php',
|
||||||
'Ticket' => '/ticket/class/ticket.class.php',
|
'Ticket' => '/ticket/class/ticket.class.php',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user