Skip to content
Snippets Groups Projects
Commit 14e96f5c authored by Charles Benke's avatar Charles Benke
Browse files

Update 3.4.0-3.5.0.sql

parent a6335c44
No related branches found
No related tags found
No related merge requests found
......@@ -294,3 +294,5 @@ ALTER TABLE llx_facture_fourn ADD fk_mode_reglement integer NULL AFTER fk_cond_r
ALTER TABLE llx_facture_fourn MODIFY COLUMN fk_mode_reglement integer NULL;
ALTER TABLE llx_facture_fourn MODIFY COLUMN fk_cond_reglement integer NULL;
-- add outstanding bill
ALTER TABLE llx_societe ADD outstanding double(24,8) 0 AFTER mode_reglement_supplier;
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