fac_version_custnr is deprecated en hoeft dus niet meer gecontroleerd te worden

svn path=/Website/branches/v2016.3/; revision=32821
This commit is contained in:
Jos Groot Lipman
2017-02-14 15:39:41 +00:00
parent 9c02878bfa
commit 35b7fbc3dd

View File

@@ -207,7 +207,7 @@ checker("Controle: queries die geen records mogen opleveren",
var noResults = [{ msg: "FAC_VERSION is niet goed gevuld",
sql: "SELECT * FROM fac_version"
+ " WHERE fac_version_cust IS NULL"
+ " OR fac_version_custnr IS NULL"
// Deprecated + " OR fac_version_custnr IS NULL"
// Deprecated + " OR fac_version_otap IS NULL"
+ " OR fac_version_lang IS NULL"
},