Fix: Creation action ko sur relance facture.

This commit is contained in:
Laurent Destailleur 2007-05-11 01:37:14 +00:00
parent b8f95089b3
commit dff9ed682f

View File

@ -8,6 +8,8 @@
-- sans AUCUNE erreur ni warning
--
update llx_actioncomm set fk_action = 9 where fk_action = 10;
ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh);
update llx_const set name='MAIN_ENABLE_DEVELOPMENT' where name='MAIN_SHOW_DEVELOPMENT_MODULES';