X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a1617affd108681e6a8898733c539a9a2a2a84ad..HEAD:/templates/webpages/shop_part/edit.html diff --git a/templates/webpages/shop_part/edit.html b/templates/webpages/shop_part/edit.html index cbafd32ad..537953200 100644 --- a/templates/webpages/shop_part/edit.html +++ b/templates/webpages/shop_part/edit.html @@ -24,7 +24,7 @@ [% LxERP.t8("Description") %] [% IF SELF.shop_part.shop.use_part_longdescription %] - [% L.textarea_tag('shop_part.part.notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %] + [% L.textarea_tag('notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %] [% ELSE %] [% L.textarea_tag('shop_part.shop_description', SELF.shop_part.shop_description, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] [% END %]