Update 3.7.0-3.8.0.sql

This commit is contained in:
BENKE Charlie 2015-07-14 02:49:58 +02:00
parent fc8daef78d
commit b7e148d183

View File

@ -729,3 +729,4 @@ INSERT INTO llx_c_lead_status(rowid,code,label,position,percent,active) VALUES (
DELETE FROM llx_c_action_trigger where code = 'PROPAL_CLASSIFYBILLED';
DELETE FROM llx_c_action_trigger where code = 'FICHINTER_CLASSIFYBILLED';
ALTER TABLE llx_c_paiement MODIFY COLUMN libelle varchar(62);