X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df41380a9c1150938985322c48ef20fe7f2cd98b..8f7fe4a4:/templates/webpages/part/_multi_items_result.html diff --git a/templates/webpages/part/_multi_items_result.html b/templates/webpages/part/_multi_items_result.html index a5c838c5f..73b2fc73d 100644 --- a/templates/webpages/part/_multi_items_result.html +++ b/templates/webpages/part/_multi_items_result.html @@ -22,7 +22,7 @@ [% L.hidden_tag("add_items[+].parts_id", item.id) %] [% L.input_tag("add_items[].qty_as_number", '', size = 5, - class = 'multi_items_qty numeric', onclick = 'set_qty_to_one(this)') %] + class = 'multi_items_qty numeric') %] [% HTML.escape(item.unit) %] [% P.part(item) %] @@ -31,16 +31,3 @@ [%- END %] - -