]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/io/select_item.html
Artikelauswahl: Spaltenüberschriften fixen
[mfinanz.git] / templates / webpages / io / select_item.html
index 2e3c91d32f39cce67abea54ffa4d859182544537..f57ef775078975f5401ba477a732ea1305aaeaf9 100644 (file)
     <td><input name="select_item_id" class="radio" type="radio" value="[% HTML.escape(item.id) %]"[% IF loop.first %] checked[% END %]></td>
     <td>[% HTML.escape(item.partnumber) %]</td>
     <td>[% HTML.escape(item.description) %]</td>
+    <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>
     [%- IF IS_PURCHASE %]
      <td align="right">[% LxERP.format_amount(item.rop, '') %]</td>
     [%- END %]
-    <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>
     <td align="right">[% LxERP.format_amount(item.onhand, '') %]</td>
     <td>[% HTML.escape(item.unit) %]</td>
    </tr>