FSN#36198 -- Retour URL werkt niet meer.
svn path=/Website/trunk/; revision=29133
This commit is contained in:
@@ -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+"');"});
|
||||
|
||||
Reference in New Issue
Block a user