Revision b96c67e5
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
53 | 53 |
<th align="right">[% HTML.escape(ordlabel) %]</th> |
54 | 54 |
<td colspan="3"><input name="[% HTML.escape(ordnrname) %]" style="width: 250px"></td> |
55 | 55 |
</tr> |
56 |
[% IF is_order %] |
|
57 |
<tr> |
|
58 |
<th align="right">[% LxERP.t8("Customer Order Number") %]</th> |
|
59 |
<td colspan="3">[% L.input_tag("cusordnumber", '', style="width: 250px") %]</td> |
|
60 |
</tr> |
|
61 |
[% END %] |
|
56 | 62 |
<tr> |
57 | 63 |
<th align="right">[% 'Employee' | $T8 %]</th> |
58 | 64 |
<td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td> |
... | ... | |
161 | 167 |
<input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked> |
162 | 168 |
<label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label> |
163 | 169 |
</td> |
170 |
[% IF is_order %] |
|
171 |
<td> |
|
172 |
<input name="l_cusordnumber" id="l_cusordnumber" class="checkbox" type="checkbox" value="Y" checked> |
|
173 |
<label for="l_cusordnumber">[% LxERP.t8("Customer Order Number") %]</label> |
|
174 |
</td> |
|
175 |
[% END %] |
|
164 | 176 |
</tr> |
165 | 177 |
<tr> |
166 | 178 |
<td> |
Auch abrufbar als: Unified diff
Berichte OE: Bestellnummer des Kunden anzeigen/danach filtern