]> wagnertech.de Git - mfinanz.git/blobdiff - js/part_selection.js
Parser für besondere Zeichen in special_chars umgeschrieben.
[mfinanz.git] / js / part_selection.js
index 8113e8ba3dc6027431859413cc955b47acd80ea7..5e5ff80a61429f168aef88b59eef075fc16af9f5 100644 (file)
@@ -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);