From 38da1dbefdf184597ab98b57d10230e5b90d66ee Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 14 Apr 2021 13:10:33 -0400 Subject: [PATCH] Fixed Number formating with pdf quote --- quote.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/quote.php b/quote.php index 04ad45d4..ba01ea47 100644 --- a/quote.php +++ b/quote.php @@ -549,9 +549,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 @@ -571,15 +569,15 @@ var docDefinition = { style:'itemQty' }, { - text:'$', + text:'$', style:'itemNumber' }, { - text:'$', + text:'$', style:'itemNumber' }, { - text: '$', + text: '$', style:'itemNumber' } ], @@ -621,7 +619,7 @@ var docDefinition = { style:'itemsFooterSubTitle' }, { - text:'$', + text:'$', style:'itemsFooterSubValue' } ],