PZEE#75836 Catering bij reserveringen bestellen bij externe leveranciers

svn path=/Website/branches/v2024.2/; revision=65354
This commit is contained in:
Jos Groot Lipman
2024-07-01 13:12:00 +00:00
parent 17484f7590
commit af3904dbfb

View File

@@ -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);