Fix: Correct corrupted data

This commit is contained in:
Laurent Destailleur 2008-11-20 23:25:34 +00:00
parent 0eb900fb7a
commit 5e016e8f11

View File

@ -78,3 +78,6 @@ alter table llx_don add import_key varchar(14);
update llx_const set visible = 1, name = 'FACTURE_ENABLE_RECUR', value='1' where name = 'FACTURE_DISABLE_RECUR' and value = '0';
delete from llx_const where name = 'FACTURE_DISABLE_RECUR' and value = '1';
update llx_bank_account set ref = label where ref is null or ref = '';