X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_part%2Fcategories.html;h=43b73886f44d16b2171b5d4fe8211f60e5219c15;hb=fb19e57e03d1d60c48c921def198b009583e4a74;hp=80676eb9b337fbf18572eaa514061af9120666eb;hpb=45c3c24a1f37a97b8fe2f73af72aad439b686381;p=kivitendo-erp.git diff --git a/templates/webpages/shop_part/categories.html b/templates/webpages/shop_part/categories.html index 80676eb9b..43b73886f 100644 --- a/templates/webpages/shop_part/categories.html +++ b/templates/webpages/shop_part/categories.html @@ -3,14 +3,9 @@ [%- USE L -%] [%- USE P -%] [%- USE LxERP -%] -[%- USE Dumper -%] [% LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]
-[% LxERP.t8("Shop") %]: [% HTML.escape(SELF.shop_part.shop.description) %] -
-[% # Dumper.dump_html(SELF.shop_part.shop_category) %] -
-[% # Dumper.dump_html(CATEGORIES) %] +[% LxERP.t8("Shop") %]: [% HTML.escape(SELF.shop_part.shop.description) %]
[% BLOCK recurse %] @@ -21,7 +16,6 @@ [% checked = '' %] [% # path = path _ obj.name %] [% # test = path.split('\|') %] - [% # Dumper.dump_html(SELF.shop_part.shop_category) %] [% IF SELF.shop_part.shop_category.1.grep(obj.name).size %] [% checked = 'checked' %] [% ELSE %] @@ -52,4 +46,3 @@ [% L.button_tag("kivi.ShopPart.save_categories(" _ SELF.shop_part.id _", " _ SELF.shop_part.shop.id _")", LxERP.t8("Save")) %]
-