Skip to content
Snippets Groups Projects
Commit 1681e3b0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files
parent 2396f030
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ ALTER TABLE llx_product_fournisseur_price ADD fk_price_expression integer DEFAUL
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 2131, 213, '5', '0', 'VAT 5%', 1);
-- Add situation invoices
ALTER TABLE llx_facture ADD situation_cycle_ref smallint UNSIGNED;
ALTER TABLE llx_facture ADD situation_counter tinyint UNSIGNED;
ALTER TABLE llx_facture ADD situation_final boolean;
ALTER TABLE llx_facture ADD situation_cycle_ref integer;
ALTER TABLE llx_facture ADD situation_counter integer;
ALTER TABLE llx_facture ADD situation_final integer;
ALTER TABLE llx_facturedet ADD situation_percent real;
ALTER TABLE llx_facturedet ADD fk_prev_id integer;
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