Revision d93709bd
Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
9 | 9 |
[%- SET is_customer = '0' %] |
10 | 10 |
[%- END %] |
11 | 11 |
|
12 |
[%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %] |
|
13 |
|
|
12 | 14 |
<script type="text/javascript"> |
13 | 15 |
$(function(){ document.Form.donumber.focus(); }); |
14 | 16 |
</script> |
... | ... | |
108 | 110 |
<td colspan="3"><input name="serialnumber" class="fixed_width"></td> |
109 | 111 |
</tr> |
110 | 112 |
|
113 |
[%- IF ALL_BUSINESS_TYPES.size %] |
|
114 |
<tr> |
|
115 |
<th align="right" nowrap>[% vctypelabel %]</th> |
|
116 |
<td colspan="3"> |
|
117 |
[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %] |
|
118 |
</td> |
|
119 |
</tr> |
|
120 |
[%- END %] |
|
121 |
|
|
111 | 122 |
<tr> |
112 | 123 |
<th align="right">[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]</th> |
113 | 124 |
<td> |
Auch abrufbar als: Unified diff
Filtern nach Kunden-/Lieferantentyp bei Lieferschein-Berichten.
Conflicts: