]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/shop_part/edit.html
Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / templates / webpages / shop_part / edit.html
index cbafd32ade85835212b9956b6426497da4e32c97..537953200387c14e12926ddcd89c2c22ab4b8b94 100644 (file)
@@ -24,7 +24,7 @@
      <td>[% LxERP.t8("Description") %]</td>
      <td colspan="3">
        [% 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 %]