FS#127 each FIN ledger must have one and one bank account

This commit is contained in:
Dany De Bontridder 2010-07-15 18:53:34 +00:00
parent 0bae0fc084
commit f7c98cd88e
10 changed files with 292 additions and 126 deletions

View file

@ -122,4 +122,6 @@ end;
$BODY$
LANGUAGE 'plpgsql' VOLATILE;
select correct_quant_sale() ;
select correct_quant_sale() ;
ALTER TABLE jrn_def ADD COLUMN jrn_def_bank bigint;