X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9c29f7183bb2e2861553339789d7ac8ba7dd188d..bcc996e65643:/templates/webpages/part/_basic_data.html
diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html
index 06a704180..fca9bb79e 100644
--- a/templates/webpages/part/_basic_data.html
+++ b/templates/webpages/part/_basic_data.html
@@ -151,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 %]
@@ -223,6 +223,9 @@
[% PROCESS 'part/_pricegroup_prices.html' %]
+
+ [% PROCESS 'part/_customerprices.html' %]
+
[%- UNLESS SELF.part.is_assembly %]
[% PROCESS 'part/_makemodel.html' %]