Remove <fieldset> around hidden products when adding to invoice
This commit is contained in:
parent
c453715ee1
commit
57f29fc883
|
@ -31,7 +31,6 @@
|
||||||
{{ template "hidden-field" .Tags }}
|
{{ template "hidden-field" .Tags }}
|
||||||
|
|
||||||
{{- range $product := .Products }}
|
{{- range $product := .Products }}
|
||||||
<fieldset>
|
|
||||||
{{ template "hidden-field" .InvoiceProductId }}
|
{{ template "hidden-field" .InvoiceProductId }}
|
||||||
{{ template "hidden-field" .ProductId }}
|
{{ template "hidden-field" .ProductId }}
|
||||||
{{ template "hidden-field" .Name }}
|
{{ template "hidden-field" .Name }}
|
||||||
|
@ -40,7 +39,6 @@
|
||||||
{{ template "hidden-field" .Quantity }}
|
{{ template "hidden-field" .Quantity }}
|
||||||
{{ template "hidden-field" .Discount }}
|
{{ template "hidden-field" .Discount }}
|
||||||
{{ template "hidden-select-field" .Tax }}
|
{{ template "hidden-select-field" .Tax }}
|
||||||
</fieldset>
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue