2
0
forked from Wavyzz/dolibarr

NEW : stock transfer sheet proforma + default model system like cmd invoice, etc...

This commit is contained in:
Gauthier PC portable 024
2021-08-02 17:28:41 +02:00
parent a45bab10bd
commit b83b77beb5
8 changed files with 1773 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ CREATE TABLE llx_stocktransfer_stocktransfer(
fk_user_modif integer,
import_key varchar(14),
model_pdf varchar(255),
last_main_doc varchar(255),
status smallint NOT NULL
-- END MODULEBUILDER FIELDS
) ENGINE=innodb;