2
0
forked from Wavyzz/dolibarr

Update llx_expeditiondet.sql

This commit is contained in:
Zephyriony
2024-03-20 08:08:27 +01:00
committed by GitHub
parent e92d6230df
commit b061b6309a

View File

@@ -24,6 +24,7 @@ create table llx_expeditiondet
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_expedition integer NOT NULL,
fk_origin_line integer, -- should be renamed into fk_elementdet. The ID of line of source object (proposal, sale order)
element_type varchar(50) DEFAULT 'order' NOT NULL,
fk_entrepot integer, -- Entrepot de depart du produit
qty real, -- Quantity
rang integer DEFAULT 0