| [% 'Vendor' | $T8 %] |
- [% IF ( selectvendor ) %]
-
- [% ELSE %]
-
- [% END %]
-
+ [% P.customer_vendor_picker("vendor_id", vendor_id, type="vendor", style="width: 300px") %]
+ [% L.button_tag("show_vc_details('vendor')", LxERP.t8('Details (one letter abbreviation)')) %]
+ [% L.hidden_tag("previous_vendor_id", vendor_id) %]
|
@@ -113,7 +111,7 @@
| [% 'Currency' | $T8 %] |
- |
+ [% L.select_tag("currency", currencies, default=currency, value_key="name", title_key="name") %] |
[% IF ( defaultcurrency && (currency != defaultcurrency) ) %]
[% 'Exchangerate' | $T8 %] |
@@ -202,7 +200,8 @@
[% temp = 'selected_taxchart_'_ i %]
- [% L.select_tag('taxchart_'_ i, ALL_TAXCHARTS, value_title_sub = \taxchart_value_title_sub, default = $temp) %]
+ [% taxcharts = 'taxcharts_' _ i %]
+ [% L.select_tag('taxchart_'_ i, $taxcharts, value_title_sub = \taxchart_value_title_sub, default = $temp, style="width: 250px") %]
|
[% temp = "project_id_"_ i %]
|