Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6285b052

Von Moritz Bunkus vor fast 13 Jahren hinzugefügt

Artikelauswahl: Spaltenüberschriften fixen

Unterschiede anzeigen:

templates/webpages/io/select_item.html
23 23
    <td><input name="select_item_id" class="radio" type="radio" value="[% HTML.escape(item.id) %]"[% IF loop.first %] checked[% END %]></td>
24 24
    <td>[% HTML.escape(item.partnumber) %]</td>
25 25
    <td>[% HTML.escape(item.description) %]</td>
26
    <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>
26 27
    [%- IF IS_PURCHASE %]
27 28
     <td align="right">[% LxERP.format_amount(item.rop, '') %]</td>
28 29
    [%- END %]
29
    <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>
30 30
    <td align="right">[% LxERP.format_amount(item.onhand, '') %]</td>
31 31
    <td>[% HTML.escape(item.unit) %]</td>
32 32
   </tr>

Auch abrufbar als: Unified diff