X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_assembly.html;h=2428a51350c51b67fcf8544c7b9a0faa215e97b1;hb=9c19433144efc5b50d90a969aa9ac6ea65b2dbbf;hp=1e2bbd16fb867d3034b040c0ea91f7156137e2ff;hpb=c364e43efab3ac6f0f0c20cd6f8f89a85ab45280;p=kivitendo-erp.git diff --git a/templates/webpages/part/_assembly.html b/templates/webpages/part/_assembly.html index 1e2bbd16f..2428a5135 100644 --- a/templates/webpages/part/_assembly.html +++ b/templates/webpages/part/_assembly.html @@ -20,15 +20,16 @@ [% IF SELF.orphaned %] [%- LxERP.t8('reorder item') %] [% END %] - [%- 'Partnumber' | $T8 %] + [%- 'Partnumber' | $T8 %] + [% 'Type' | $T8 %] [%- 'Description' | $T8 %] - [%- 'Qty' | $T8 %] + [%- 'Qty' | $T8 %] [%- 'Unit' | $T8 %] [%- 'BOM' | $T8 %] [%- 'Line Total' | $T8 %] [%- 'Sellprice' | $T8 %] [%- 'Lastcost' | $T8 %] - [%- 'Group' | $T8 %] + [%- 'Partsgroup' | $T8 %] @@ -42,7 +43,7 @@ [% 'Part' | $T8 %]: [% L.part_picker('add_items[+].parts_id' , '' , style='width: 300px' , class="add_assembly_item_input") %][% L.hidden_tag('add_items[].qty_as_number', 1) %] [%- L.button_tag("kivi.Part.add_assembly_item()", LxERP.t8("Add")) %] - [% L.button_tag('kivi.Part.show_multi_items_dialog("assembly")', LxERP.t8('Add multiple items')) %] + [% L.button_tag('kivi.Part.show_multi_items_dialog("assembly",' _ SELF.part.id _ ')', LxERP.t8('Add multiple items')) %] [% ELSE %]