Revision e24e6570
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
106 | 106 |
</tr> |
107 | 107 |
[% END %] |
108 | 108 |
<tr> |
109 |
<th align=right nowrap>[% 'From' | $T8 %]</th>
|
|
109 |
<th align=right nowrap>[% 'Invoice Date' | $T8 %]</th>
|
|
110 | 110 |
<td> |
111 |
[% 'From' | $T8 %] |
|
111 | 112 |
[% L.date_tag('transdatefrom') %] |
112 | 113 |
</td> |
113 | 114 |
<th align=right>[% 'Bis' | $T8 %]</th> |
... | ... | |
115 | 116 |
[% L.date_tag('transdateto') %] |
116 | 117 |
</td> |
117 | 118 |
</tr> |
119 |
<tr> |
|
120 |
<th align=right nowrap>[% 'Due Date' | $T8 %]</th> |
|
121 |
<td> |
|
122 |
[% 'From' | $T8 %] |
|
123 |
[% L.date_tag('duedatefrom') %] |
|
124 |
</td> |
|
125 |
<th align=right>[% 'Bis' | $T8 %]</th> |
|
126 |
<td> |
|
127 |
[% L.date_tag('duedateto') %] |
|
128 |
</td> |
|
129 |
</tr> |
|
118 | 130 |
|
119 | 131 |
[%- IF CT_CUSTOM_VARIABLES.size %] |
120 | 132 |
<tr> |
Auch abrufbar als: Unified diff
Rechnungen nach Fälligkeitsdatum sortieren