Merge branch '3.2' of https://github.com/Dolibarr/dolibarr.git into 3.2
This commit is contained in:
commit
fb2fd71ff4
@ -456,3 +456,5 @@ ALTER TABLE llx_product_fournisseur_price MODIFY fk_product_fournisseur integer
|
|||||||
UPDATE llx_product SET canvas = NULL where canvas = 'default@product';
|
UPDATE llx_product SET canvas = NULL where canvas = 'default@product';
|
||||||
UPDATE llx_product SET canvas = NULL where canvas = 'product@product';
|
UPDATE llx_product SET canvas = NULL where canvas = 'product@product';
|
||||||
UPDATE llx_product SET canvas = NULL where canvas = 'service@product';
|
UPDATE llx_product SET canvas = NULL where canvas = 'service@product';
|
||||||
|
|
||||||
|
DELETE FROM llx_const WHERE __DECRYPT('name')__ = 'SOCIETE_CODECOMPTA_ADDON' AND __DECRYPT('value')__ = 'mod_codecompta_digitaria';
|
||||||
Loading…
Reference in New Issue
Block a user