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 }}
|
||||
{{ else }}
|
||||
<tr>
|
||||
<td colspan="7">{{( gettext "No invoices added yet." )}}</td>
|
||||
<td colspan="9">{{( gettext "No invoices added yet." )}}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue