diff --git a/web/template/invoices/products.gohtml b/web/template/invoices/products.gohtml index cdad7f3..903a61a 100644 --- a/web/template/invoices/products.gohtml +++ b/web/template/invoices/products.gohtml @@ -31,16 +31,14 @@ {{ template "hidden-field" .Tags }} {{- range $product := .Products }} -
- {{ template "hidden-field" .InvoiceProductId }} - {{ template "hidden-field" .ProductId }} - {{ template "hidden-field" .Name }} - {{ template "hidden-field" .Description }} - {{ template "hidden-field" .Price }} - {{ template "hidden-field" .Quantity }} - {{ template "hidden-field" .Discount }} - {{ template "hidden-select-field" .Tax }} -
+ {{ template "hidden-field" .InvoiceProductId }} + {{ template "hidden-field" .ProductId }} + {{ template "hidden-field" .Name }} + {{ template "hidden-field" .Description }} + {{ template "hidden-field" .Price }} + {{ template "hidden-field" .Quantity }} + {{ template "hidden-field" .Discount }} + {{ template "hidden-select-field" .Tax }} {{- end }} {{- end }}