diff --git a/server.js b/server.js
index 5eb6af5..67ff222 100644
--- a/server.js
+++ b/server.js
@@ -1230,13 +1230,13 @@ app.get('/api/quotes/:id/pdf', async (req, res) => {
// Totals
itemsHTML += `
`;
if (!quote.tax_exempt) {
itemsHTML += `
`;
}
@@ -1352,13 +1352,13 @@ app.get('/api/invoices/:id/pdf', async (req, res) => {
itemsHTML += `
`;
if (!invoice.tax_exempt) {
itemsHTML += `
`;
}
@@ -1374,7 +1374,7 @@ app.get('/api/invoices/:id/pdf', async (req, res) => {
if (amountPaid > 0) {
itemsHTML += `
`;
if (!quote.tax_exempt) {
itemsHTML += `
`;
}
@@ -1595,13 +1595,13 @@ app.get('/api/invoices/:id/html', async (req, res) => {
itemsHTML += `
`;
if (!invoice.tax_exempt) {
itemsHTML += `
`;
}
@@ -1617,7 +1617,7 @@ app.get('/api/invoices/:id/html', async (req, res) => {
if (amountPaid > 0) {
itemsHTML += `