mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 09:51:33 +01:00
ajout champ date_livraison
This commit is contained in:
@@ -50,5 +50,6 @@ create table llx_commande
|
||||
facture tinyint default 0,
|
||||
fk_cond_reglement integer, -- condition de r<>glement
|
||||
fk_mode_reglement integer, -- mode de r<>glement
|
||||
date_livraison date default NULL,
|
||||
UNIQUE INDEX (ref)
|
||||
)type=innodb;
|
||||
|
||||
Reference in New Issue
Block a user