FSN#36198 -- Retour URL werkt niet meer.

svn path=/Website/trunk/; revision=29133
This commit is contained in:
Arthur Egberink
2016-04-22 09:44:34 +00:00
parent e53e740a94
commit 7d76e1d859

View File

@@ -155,7 +155,7 @@ var buttons = [];
}
if (this_bes.canRetourURL)
buttons.push({ icon: "terugzet.png", title: L("lcl_bes_retour"), action: "window.location.href='" + bes_bestelling.rfoRetourURL + "';"});
buttons.push({ icon: "terugzet.png", title: L("lcl_bes_retour"), action: "window.location.href='" + bes_disc_info.disc_params_retour_url + "?key=" + bes_key + "';"});
if (this_bes.canRetourBES) // Retouren via negatief bestellen
buttons.push({ icon: "terugzet.png", title: L("lcl_bes_retour"), action: "RetourItems("+bes_key+",'"+urole+"');"});