GOUD#40845 RES2BO werkt nog niet juist
svn path=/Website/branches/v2017.1/; revision=34338
This commit is contained in:
@@ -328,7 +328,7 @@ for (i = 1; i <= Request.Form.Count; i++)
|
||||
+ " , 1);";
|
||||
// Nu de echte update.
|
||||
if (bonotify)
|
||||
sql += " RES.notifybackoffice(" + rsv_ruimte_key + ", 'RESNEW');";
|
||||
sql += " RES.notifybackoffice(" + rsv_ruimte_key + ", 'RESNEW', 'V', " + deel_key + ");";
|
||||
sql += " END;"
|
||||
Oracle.Execute(sql);
|
||||
__Log("added " + name + " : " +deel_key);
|
||||
@@ -541,7 +541,7 @@ for (i = 0; i < a_arIns.length; i++)
|
||||
}
|
||||
sql += " ," + jsDate.toSQL(true) + ");";
|
||||
if (bonotify)
|
||||
sql += " RES.notifybackoffice(" + rsv_ruimte_key + ", 'RESNEW');";
|
||||
sql += " RES.notifybackoffice(" + rsv_ruimte_key + ", 'RESNEW', 'C', " + a_arIns[i].res_deel + ");";
|
||||
sql += " END;"
|
||||
Oracle.Execute(sql);
|
||||
// Tracking toevoegen.
|
||||
|
||||
Reference in New Issue
Block a user