]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/delivery_term/list.html
date error in mapping
[mfinanz.git] / templates / webpages / delivery_term / list.html
index 6877e921daf18b46afe618081506541656825f6a..1f6e37c15e428fb0ffa5e384f86b4d0cebbcf1ae 100644 (file)
@@ -16,6 +16,7 @@
      <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
      <th>[%- 'Description' | $T8 %]</th>
      <th>[%- 'Long Description' | $T8 %]</th>
      <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
      <th>[%- 'Description' | $T8 %]</th>
      <th>[%- 'Long Description' | $T8 %]</th>
+     <th>[%- 'Obsolete' | $T8 %]</th>
     </tr>
     </thead>
 
     </tr>
     </thead>
 
@@ -29,6 +30,7 @@
       </a>
      </td>
      <td>[%- HTML.escape(delivery_term.description_long) %]</td>
       </a>
      </td>
      <td>[%- HTML.escape(delivery_term.description_long) %]</td>
+     <td>[% IF delivery_term.obsolete %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %]</td>
     </tr>
     [%- END %]
     </tbody>
     </tr>
     [%- END %]
     </tbody>