fix for wrong company name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user