FSN#37437 Verwijderde tabelwaarden niet tonen
svn path=/Website/branches/v2016.1/; revision=30285
This commit is contained in:
@@ -49,6 +49,7 @@ var sql = "SELECT " + (select_key == "key"? "fin_btwtabelwaarde_key" : "fin_btwt
|
|||||||
+ " , fin_btwtabelwaarde_oms"
|
+ " , fin_btwtabelwaarde_oms"
|
||||||
+ " FROM fin_btwtabelwaarde"
|
+ " FROM fin_btwtabelwaarde"
|
||||||
+ " WHERE fin_btwtabel_key = " + btwtabel_key
|
+ " WHERE fin_btwtabel_key = " + btwtabel_key
|
||||||
|
+ " AND fin_btwtabelwaarde_verwijder IS NULL"
|
||||||
+ " ORDER BY fin_btwtabelwaarde_perc";
|
+ " ORDER BY fin_btwtabelwaarde_perc";
|
||||||
|
|
||||||
var params = { required: required,
|
var params = { required: required,
|
||||||
|
|||||||
Reference in New Issue
Block a user