2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' into New-status-for-webhook

This commit is contained in:
Lucas Marcouiller
2025-02-11 14:25:30 +01:00
committed by GitHub
1792 changed files with 31605 additions and 18874 deletions

View File

@@ -111,5 +111,5 @@ create table llx_product
fk_project integer DEFAULT NULL, -- Used when product was generated by a project or is specific to a project
mandatory_period tinyint DEFAULT 0, -- is used to signal to the user that the start and end dates are mandatory for this type of product the fk_product_type == 1 (service) (non-blocking action)
last_main_doc varchar(255),
packaging integer DEFAULT NULL
packaging float(24,8) DEFAULT NULL
)ENGINE=innodb;

View File

@@ -49,7 +49,7 @@ create table llx_product_fournisseur_price
fk_supplier_price_expression integer, -- Link to the rule for dynamic price calculation
delivery_time_days integer,
supplier_reputation varchar(10),
packaging real DEFAULT NULL,
packaging real DEFAULT NULL, -- qty bought will be a multiple of this value
fk_multicurrency integer,
multicurrency_code varchar(3),
multicurrency_tx double(24,8) DEFAULT 1,