From 00da99b2df3e046e79c86dedd80ced9dc1e05f6f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 18 Aug 2021 21:04:01 -0400 Subject: [PATCH] Fixed Wrong Var Name for currency symbol --- guest_view_invoice.php | 38 +++++++++++++++++++------------------- guest_view_quote.php | 26 +++++++++++++------------- quote.php | 24 ++++++++++++------------ 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/guest_view_invoice.php b/guest_view_invoice.php index 0de9c19f..bf54a419 100644 --- a/guest_view_invoice.php +++ b/guest_view_invoice.php @@ -230,9 +230,9 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){ - - - + + + Subtotal - + 0){ ?> Tax - + 0){ ?>
Paid to Date
- + Balance Due - + @@ -475,15 +475,15 @@ var docDefinition = { style:'itemQty' }, { - text:'', + text:'', style:'itemNumber' }, { - text:'', + text:'', style:'itemNumber' }, { - text: '', + text: '', style:'itemNumber' } ], @@ -525,7 +525,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text:'', + text:'', style:'itemsFooterSubValue' } ], @@ -536,7 +536,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], @@ -547,7 +547,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], @@ -558,7 +558,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], @@ -569,7 +569,7 @@ var docDefinition = { style:'itemsFooterTotalTitle' }, { - text: '', + text: '', style:'itemsFooterTotalTitle' } @@ -758,7 +758,7 @@ var docDefinition = { ( Days Late) - + (Due in Days) - + - + @@ -907,7 +907,7 @@ var docDefinition = { ?> - - - - - + - - - - - - - + + + Subtotal - + 0){ ?> Discount - + 0){ ?> Tax - + Total - + @@ -423,15 +423,15 @@ var docDefinition = { style:'itemQty' }, { - text:'', + text:'', style:'itemNumber' }, { - text:'', + text:'', style:'itemNumber' }, { - text: '', + text: '', style:'itemNumber' } ], @@ -473,7 +473,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text:'', + text:'', style:'itemsFooterSubValue' } ], @@ -484,7 +484,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], @@ -495,7 +495,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], diff --git a/quote.php b/quote.php index 8f60d546..dcb8227c 100644 --- a/quote.php +++ b/quote.php @@ -237,9 +237,9 @@ if(isset($_GET['quote_id'])){ - - - + + + Subtotal - + 0){ ?> Tax - + Total - + @@ -570,15 +570,15 @@ var docDefinition = { style:'itemQty' }, { - text:'', + text:'', style:'itemNumber' }, { - text:'', + text:'', style:'itemNumber' }, { - text: '', + text: '', style:'itemNumber' } ], @@ -620,7 +620,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text:'', + text:'', style:'itemsFooterSubValue' } ], @@ -631,7 +631,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ], @@ -642,7 +642,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text: '', + text: '', style:'itemsFooterSubValue' } ],