X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=803e93ea79614d0fd6163facb5b12475412833db;hb=ca1326b0da51bd220a9de2cbeef2ed3e54cff6d1;hp=2e3c91d32f39cce67abea54ffa4d859182544537;hpb=461b6311d70b58f07997b209d6e55c3d0b9c838c;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 2e3c91d32..803e93ea7 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,5 +1,4 @@ [% USE LxERP %][% USE HTML %][% USE L %] -
[% title %]
@@ -23,10 +22,10 @@ [% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] + [% LxERP.format_amount(item.display_sellprice, 2) %] [%- IF IS_PURCHASE %] [% LxERP.format_amount(item.rop, '') %] [%- END %] - [% LxERP.format_amount(item.display_sellprice, 2) %] [% LxERP.format_amount(item.onhand, '') %] [% HTML.escape(item.unit) %] @@ -41,5 +40,3 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %] - -