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:
@@ -207,7 +207,7 @@ checker("Controle: queries die geen records mogen opleveren",
|
|||||||
var noResults = [{ msg: "FAC_VERSION is niet goed gevuld",
|
var noResults = [{ msg: "FAC_VERSION is niet goed gevuld",
|
||||||
sql: "SELECT * FROM fac_version"
|
sql: "SELECT * FROM fac_version"
|
||||||
+ " WHERE fac_version_cust IS NULL"
|
+ " 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"
|
// Deprecated + " OR fac_version_otap IS NULL"
|
||||||
+ " OR fac_version_lang IS NULL"
|
+ " OR fac_version_lang IS NULL"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user