X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_item_input.html;h=f59c22628df6d3b744e50d0b6dd913d298deb80c;hb=0bc6b1d1f9b96054d9ae4098930ec186be8d7738;hp=e3f4db17a1144079bcd0d283ba14efe638942dec;hpb=318d679b5f406db60eb41219cb742d1ae0683c3b;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_item_input.html b/templates/webpages/order/tabs/_item_input.html index e3f4db17a..f59c22628 100644 --- a/templates/webpages/order/tabs/_item_input.html +++ b/templates/webpages/order/tabs/_item_input.html @@ -5,6 +5,7 @@ [%- 'Part' | $T8 %] + [%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Price' | $T8 %] [%- 'Discount' | $T8 %] @@ -14,6 +15,7 @@ [% L.part_picker('add_item.parts_id', '', fat_set_item=1, style='width: 300px', class="add_item_input") %] + [% L.input_tag('add_item.description', '', class="add_item_input") %] [% L.input_tag('add_item.qty_as_number', '', size = 5, style='text-align:right', class="add_item_input") %] [% L.input_tag('add_item.sellprice_as_number', '', size = 10, style='text-align:right', class="add_item_input") %] [% L.input_tag('add_item.discount_as_percent', '', size = 5, style='text-align:right', class="add_item_input") %]