forked from Wavyzz/dolibarr
Fix: ajout possibilit d'ajouter des ligne de produits personnalises dans les commandes fournisseurs
This commit is contained in:
@@ -23,7 +23,7 @@ create table llx_commande_fournisseurdet
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_commande integer NOT NULL,
|
||||
fk_product integer NOT NULL,
|
||||
fk_product integer,
|
||||
ref varchar(50),
|
||||
label varchar(255),
|
||||
description text,
|
||||
|
||||
Reference in New Issue
Block a user