Fix invoice’s colspan for the empty index table’s row

This commit is contained in:
jordi fita mas 2023-05-14 18:47:16 +02:00
parent 3161d54aba
commit ee2ed598a3
1 changed files with 1 additions and 1 deletions

View File

@ -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>