Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2f5363d2

Von Moritz Bunkus vor mehr als 1 Jahr hinzugefügt

  • ID 2f5363d2ecaeb5233311cb014ebe02f4a61afcef
  • Vorgänger 9acf1f96
  • Nachfolger d68c96d8

Lieferbedingungen ungültig markieren können

Unterschiede anzeigen:

templates/webpages/delivery_term/list.html
16 16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- 'Description' | $T8 %]</th>
18 18
     <th>[%- 'Long Description' | $T8 %]</th>
19
     <th>[%- 'Obsolete' | $T8 %]</th>
19 20
    </tr>
20 21
    </thead>
21 22

  
......
29 30
      </a>
30 31
     </td>
31 32
     <td>[%- HTML.escape(delivery_term.description_long) %]</td>
33
     <td>[% IF delivery_term.obsolete %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %]</td>
32 34
    </tr>
33 35
    [%- END %]
34 36
    </tbody>

Auch abrufbar als: Unified diff