From f54c35508c69c5c298d1190b68592106fc90537a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 3 Dec 2021 15:28:08 +0100 Subject: [PATCH] edit ShopPart: ShopPart in form nicht als db-object setzen --- templates/webpages/shop_part/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.20.1