upgrade process to change const SOCIETE_DONOTSEARCH_ANYWHERE to

COMPANY_DONOTSEARCH_ANYWHERE
This commit is contained in:
Florian Henry 2013-10-30 12:27:36 +01:00
parent f512ef344a
commit 27e4852a35

View File

@ -316,3 +316,5 @@ create table llx_contrat_extrafields
-- add outstanding bill
ALTER TABLE llx_societe ADD outstanding_limit double(24,8) DEFAULT NULL AFTER mode_reglement_supplier;
UPDATE llx_const SET name='COMPANY_DONOTSEARCH_ANYWHERE' WHERE name='SOCIETE_DONOTSEARCH_ANYWHERE';