From: Sven Schöling Date: Mon, 8 Jan 2018 15:25:32 +0000 (+0100) Subject: Part: makemodels und customerprices automatisch stripen X-Git-Tag: release-3.5.4~522 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a34c6b883f98e0de38ce4d7f4920b82831ca8a66;p=kivitendo-erp.git Part: makemodels und customerprices automatisch stripen --- 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) %]