VGLD#41598 factuur flags toegevoegd

svn path=/Database/trunk/; revision=35691
This commit is contained in:
2017-10-13 12:05:10 +00:00
parent 122053e5a1
commit 77c25a92df
3 changed files with 8 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ CREATE_TABLE(fin_factuur,0)
NOT NULL
, fin_factuur_verwijder
DATE
, fin_factuur_flag
NUMBER(1)
);
CREATE_TABLE(fin_factuurregel,0)