Fix invoice’s colspan for the empty index table’s row
This commit is contained in:
parent
3161d54aba
commit
ee2ed598a3
|
@ -131,7 +131,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="7">{{( gettext "No invoices added yet." )}}</td>
|
<td colspan="9">{{( gettext "No invoices added yet." )}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue