fix for wrong company name

This commit is contained in:
2026-06-10 16:02:05 -05:00
parent fb12d66759
commit 5ff97877c3
2 changed files with 17 additions and 9 deletions

View File

@@ -218,6 +218,9 @@ router.get('/reports/customer-revenue/pdf', async (req, res) => {
html = html
.replace('{{LOGO_HTML}}', logoHTML)
.replace('{{COMPANY_NAME}}', 'Bay Area Affiliates, Inc.')
.replace('{{COMPANY_ADDRESS}}', '1001 Blucher Street<br>Corpus Christi, Texas 78401')
.replace('{{SLOGAN}}', 'Providing IT Services and Support in South Texas Since 1996')
.replace('{{DATE_RANGE}}', dateRange)
.replace('{{GENERATED_DATE}}', generated)
.replace('{{ROWS}}', rowsHtml);