X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_part%2Fedit.html;h=537953200387c14e12926ddcd89c2c22ab4b8b94;hb=HEAD;hp=cbafd32ade85835212b9956b6426497da4e32c97;hpb=a1617affd108681e6a8898733c539a9a2a2a84ad;p=kivitendo-erp.git 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 %]