2
0
forked from Wavyzz/dolibarr

Fix disable an option that should not be available by default.

This commit is contained in:
Laurent Destailleur
2023-03-17 01:26:31 +01:00
parent 882857ce08
commit 1793b84d4c
2 changed files with 3 additions and 1 deletions

View File

@@ -401,4 +401,6 @@ ALTER TABLE llx_facture_fourn_det MODIFY COLUMN ref varchar(128);
ALTER TABLE llx_projet ADD COLUMN extraparams varchar(255);
DELETE FROM llx_const WHERE name = 'TICKET_CREATE_THIRD_PARTY_WITH_CONTACT_IF_NOT_EXIST';