avoid breaks
This commit is contained in:
@@ -1374,7 +1374,7 @@ app.get('/api/invoices/:id/pdf', async (req, res) => {
|
||||
if (amountPaid > 0) {
|
||||
itemsHTML += `
|
||||
<tr class="footer-row">
|
||||
<td colspan="3" class="total-label" style="font-size: 12px; color: #059669;">Less: Payment received:</td>
|
||||
<td colspan="3" class="total-label" style="font-size: 12px; color: #059669;">Downpayment:</td>
|
||||
<td class="total-amount" style="font-size: 12px; color: #059669;">-$${amountPaid.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr class="footer-row">
|
||||
@@ -1617,7 +1617,7 @@ app.get('/api/invoices/:id/html', async (req, res) => {
|
||||
if (amountPaid > 0) {
|
||||
itemsHTML += `
|
||||
<tr class="footer-row">
|
||||
<td colspan="3" class="total-label" style="font-size: 12px; color: #059669;">Less: Payment received:</td>
|
||||
<td colspan="3" class="total-label" style="font-size: 12px; color: #059669;">Downpayment:</td>
|
||||
<td class="total-amount" style="font-size: 12px; color: #059669;">-$${amountPaid.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr class="footer-row">
|
||||
|
||||
Reference in New Issue
Block a user