Correction type non raprochable sur compte caisse pour corriger vieux bug au cas ou

This commit is contained in:
Laurent Destailleur 2006-08-24 18:29:35 +00:00
parent 83b6e4c9c0
commit d4cf078109

View File

@ -306,6 +306,7 @@ alter table llx_bank_account add column min_allowed integer DEFAULT 0;
alter table llx_bank_account add column min_desired integer DEFAULT 0;
alter table llx_bank_account add column comment varchar(254);
update llx_bank_account set currency_code='EU';
update llx_bank_account set rappro=0 where courant=2;
alter table llx_accountingsystem_det rename to llx_accountingaccount;