Revision 549fe618
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/webpages/reclamation_reason/_sort_list_row.html | ||
---|---|---|
4 | 4 |
<td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td> |
5 | 5 |
<td><a href="[% SELF.url_for(action='edit', id=reason.id) %]">[% HTML.escape(reason.name) %]</a></td> |
6 | 6 |
<td>[% reason.description | $T8 %]</td> |
7 |
<td>[% reason.valid_for | $T8 %]</td> |
|
7 |
<td>[% reason.valid_for_sales_as_bool_yn %]</td> |
|
8 |
<td>[% reason.valid_for_purchase_as_bool_yn %]</td> |
|
8 | 9 |
</tr> |
9 | 10 |
[% END %] |
templates/webpages/reclamation_reason/sort_list.html | ||
---|---|---|
11 | 11 |
<th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th> |
12 | 12 |
<th align="left">[% 'Reclamation Reason' | $T8 %]</th> |
13 | 13 |
<th align="left">[% 'Description' | $T8 %]</th> |
14 |
<th align="left">[% 'Valid for' | $T8 %]</th> |
|
14 |
<th align="left">[% 'Valid for Sales' | $T8 %]</th> |
|
15 |
<th align="left">[% 'Valid for Purchase' | $T8 %]</th> |
|
15 | 16 |
</tr> |
16 | 17 |
</thead> |
17 | 18 |
|
Auch abrufbar als: Unified diff
FIX: ReclamationReason: Sortierliste nutzte alte Implementierung