X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b5fa71b6ef0f4613c719c5c67d0dca2df6877a8..c60cb1f08f:/templates/webpages/part/form.html diff --git a/templates/webpages/part/form.html b/templates/webpages/part/form.html index 693af3e42..733fb13bc 100644 --- a/templates/webpages/part/form.html +++ b/templates/webpages/part/form.html @@ -12,6 +12,7 @@ [% L.hidden_tag('part.part_type' , SELF.part.part_type) %] [% L.hidden_tag('part.id' , SELF.part.id) %] [% L.hidden_tag('last_modification', SELF.part.last_modification) %] + [% L.hidden_tag('callback' , FORM.callback) %]
@@ -66,6 +70,11 @@
[% PROCESS part/_sales_price_information.html id=SELF.part.id %]
+ [% IF AUTH.assert('shop_part_edit', 1) && SELF.part.id %] +
+ [% PROCESS 'part/_shop.html' %] +
+ [%- END %] [%- END %] [%- IF CUSTOM_VARIABLES.size %]