From 3206c19837339f155982d656b90275ab21639e64 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 14 Apr 2021 13:08:31 -0400 Subject: [PATCH] Fixed Number formating with pdf quote --- guest_view_quote.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/guest_view_quote.php b/guest_view_quote.php index d615e796..6119272e 100644 --- a/guest_view_quote.php +++ b/guest_view_quote.php @@ -401,9 +401,7 @@ var docDefinition = { $item_total = $row['item_total']; $tax_id = $row['tax_id']; $total_tax = $item_tax + $total_tax; - $total_tax = number_format($total_tax,2); $sub_total = $item_price * $item_quantity + $sub_total; - $sub_total = number_format($sub_total, 2); ?> // Item @@ -423,15 +421,15 @@ var docDefinition = { style:'itemQty' }, { - text:'$', + text:'$', style:'itemNumber' }, { - text:'$', + text:'$', style:'itemNumber' }, { - text: '$', + text: '$', style:'itemNumber' } ], @@ -473,7 +471,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text:'$', + text:'$', style:'itemsFooterSubValue' } ],