PZEE#75836 Catering bij reserveringen bestellen bij externe leveranciers
svn path=/Website/branches/v2024.2/; revision=65354
This commit is contained in:
@@ -432,7 +432,8 @@ function SendOrder( p_connect
|
||||
throw new UserException(1000, "PutOrders", "JSON results need plugin function xmlDoc_to_json");
|
||||
}
|
||||
var json_data = puo_hook.callhook("xmlDoc_to_json", { p_connect: p_connect,
|
||||
p_xmlDoc: p_xmlDoc });
|
||||
p_xmlDoc: p_xmlDoc,
|
||||
p_bedrijfadres: p_bedrijfadres });
|
||||
streamResult.Charset = p_bedrijfadres.charset || 'utf-8';
|
||||
streamResult.Open();
|
||||
var JSON_text = JSON.stringify(json_data);
|
||||
|
||||
Reference in New Issue
Block a user