From a34c6b883f98e0de38ce4d7f4920b82831ca8a66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 8 Jan 2018 16:25:32 +0100 Subject: [PATCH] Part: makemodels und customerprices automatisch stripen --- templates/webpages/part/_customerprice_row.html | 2 +- templates/webpages/part/_makemodel_row.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/part/_customerprice_row.html b/templates/webpages/part/_customerprice_row.html index 00ec8f089..5888bba7c 100644 --- a/templates/webpages/part/_customerprice_row.html +++ b/templates/webpages/part/_customerprice_row.html @@ -2,7 +2,7 @@ [%- USE L %] [%- USE HTML %] [%- USE LxERP %] - + [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %] [% L.hidden_tag("customerprices[].id" , customerprice.id) %] diff --git a/templates/webpages/part/_makemodel_row.html b/templates/webpages/part/_makemodel_row.html index 07ecd3fef..8e7308ca4 100644 --- a/templates/webpages/part/_makemodel_row.html +++ b/templates/webpages/part/_makemodel_row.html @@ -2,7 +2,7 @@ [%- USE L %] [%- USE HTML %] [%- USE LxERP %] - + [% L.hidden_tag("makemodels[+].make", makemodel.make) %] [% L.hidden_tag("makemodels[].id" , makemodel.id) %] -- 2.20.1