X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fpart_selection.js;h=5e5ff80a61429f168aef88b59eef075fc16af9f5;hb=04e9a4746bd5f1de726ee00593286cbe48684417;hp=8113e8ba3dc6027431859413cc955b47acd80ea7;hpb=83914eeb2e95cdf587565952eef54be59dd58693;p=kivitendo-erp.git 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);