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

Fix data

parent 4a21457b
No related branches found
No related tags found
No related merge requests found
......@@ -270,3 +270,8 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN default_vat_code varchar(10
ALTER TABLE llx_events MODIFY COLUMN ip varchar(250);
UPDATE llx_bank SET label= '(SupplierInvoicePayment)' WHERE label= 'Règlement fournisseur';
UPDATE llx_bank SET label= '(CustomerInvoicePayment)' WHERE label= 'Règlement client';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment