Skip to content
Snippets Groups Projects
Commit 5e016e8f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Correct corrupted data

parent 0eb900fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 = '';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment