X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/83914eeb2e95cdf587565952eef54be59dd58693..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/js/part_selection.js diff --git a/js/part_selection.js b/js/part_selection.js index 8113e8ba3..5e5ff80a6 100644 --- a/js/part_selection.js +++ b/js/part_selection.js @@ -33,6 +33,7 @@ function part_selection_window(input_partnumber, input_description, input_partsi "input_partnotes=" + escape_more(input_partnotes) + "&" + "filter=" + escape_more(filter) + "&" + "options=" + escape_more(options) + "&" + + "formname=" + escape_more(formname) + "&" + "allow_creation=" + (allow_creation ? "1" : "0") + "&" + "action_on_part_selected=" + (null == action_on_part_selected ? "" : action_on_part_selected.value); //alert(url);