| [% 'Part Number' | $T8 %] |
- [% SET readonly = 1 %]
- [% UNLESS SELF.part.id %][% readonly = 0 %][% END %]
- [% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, readonly=readonly class="initial_focus") %] |
+ [% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus") %] |
@@ -90,9 +84,9 @@
- | [% 'Updated' | $T8 %] |
+ [% 'Price updated' | $T8 %] |
- [% SELF.part.priceupdate.to_kivitendo | html %]
+ [% SELF.part.last_price_update.valid_from.to_kivitendo | html %]
|
@@ -118,7 +112,7 @@
| [% 'Price Factor' | $T8 %] |
- [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %] |
+ [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %]
[%- END %]
@@ -127,7 +121,7 @@
[% 'Unit' | $T8 %] |
[%- IF !SELF.part.id or SELF.part.orphaned # same logic as unit_changable %]
- [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %] |
+ [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %]
[%- ELSE %]
[% L.hidden_tag('part.unit', SELF.part.unit) %] [% HTML.escape(SELF.part.unit) %]
[%- END %]
@@ -157,7 +151,7 @@
[% IF SELF.all_warehouses.size %]
| [% 'Default Warehouse' | $T8 %] |
- [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=>1) %]
+ | [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=1) %]
|
[% END %]
@@ -225,18 +219,13 @@
-
[% PROCESS 'part/_pricegroup_prices.html' %]
-
-
+ [% PROCESS 'part/_customerprices.html' %]
[%- UNLESS SELF.part.is_assembly %]
-
[% PROCESS 'part/_makemodel.html' %]
-
[% END %]
|
-
|