[1.4.0] missing class tag in the quote and invoice view

in 1.4.0:

<td>Quote Tax</td>
<td>€0,00</td>

should be:

<td>Quote Tax</td>
<td class="amount">€0,00</td>

same thing in Invoice view with “Invoice Tax”

1 Like