| [% 'Customer' | $T8 %] |
-
- [% IF SHOW_CUSTOMER_DDBOX %]
-
- [% ELSE %]
-
- [% END %]
- |
+ [% P.input_tag("customer", "", size="35", class="initial_focus") %] |
[% IF SHOW_DUNNING_LEVELS %]
@@ -40,7 +29,7 @@
[% END %]
- [% IF SHOW_DEPARTMENT_DDBOX %]
+ [% IF ALL_DEPARTMENTS.as_list.size %]
| [% 'Department' | $T8 %] |
@@ -71,42 +60,27 @@
|
| [% 'Invdate from' | $T8 %] |
-
-
+ [% L.date_tag('transdatefrom') %]
|
[% 'To (time)' | $T8 %] |
-
-
+ [% L.date_tag('transdateto') %]
|
| [% 'Dunning Date from' | $T8 %] |
-
-
+ [% L.date_tag('dunningfrom') %]
|
[% 'To (time)' | $T8 %] |
-
-
+ [% L.date_tag('dunningto') %]
|
| [% 'Salesman' | $T8 %] |
-
- [%- INCLUDE 'generic/multibox.html'
- name = 'salesman_id',
- style = 'width: 250px',
- DATA = ALL_SALESMEN,
- id_key = 'id',
- label_sub = 'salesman_labels',
- limit = vclimit,
- show_empty = 1,
- allow_textbox = 0,
- -%]
- |
+ [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] |
|
@@ -127,24 +101,4 @@