- | ' . nl2br($quote_note) . ' |
-
+ | ' . nl2br($quote_note) . ' |
+
| Subtotal: | ' . numfmt_format_currency($currency_format, $sub_total, $quote_currency_code) . ' | ';
if ($quote_discount > 0) {
@@ -590,8 +590,8 @@ if (isset($_GET['export_invoice_pdf'])) {
// Totals
$html .= '
- | ' . nl2br($invoice_note) . ' |
-
+ | ' . nl2br($invoice_note) . ' |
+
| Subtotal: | ' . numfmt_format_currency($currency_format, $sub_total, $invoice_currency_code) . ' | ';
if ($invoice_discount > 0) {
diff --git a/post/user/invoice.php b/post/user/invoice.php
index 827d346f..06ac3731 100644
--- a/post/user/invoice.php
+++ b/post/user/invoice.php
@@ -2051,8 +2051,8 @@ if (isset($_GET['export_invoice_pdf'])) {
// Totals
$html .= '
- | ' . nl2br($invoice_note) . ' |
-
+ | ' . nl2br($invoice_note) . ' |
+
| Subtotal: | ' . numfmt_format_currency($currency_format, $sub_total, $invoice_currency_code) . ' | ';
if ($invoice_discount > 0) {
diff --git a/post/user/quote.php b/post/user/quote.php
index 84c3cea1..fb348f02 100644
--- a/post/user/quote.php
+++ b/post/user/quote.php
@@ -781,8 +781,8 @@ if (isset($_GET['export_quote_pdf'])) {
// Totals
$html .= '
- | ' . nl2br($quote_note) . ' |
-
+ | ' . nl2br($quote_note) . ' |
+
| Subtotal: | ' . numfmt_format_currency($currency_format, $sub_total, $quote_currency_code) . ' | ';
if ($quote_discount > 0) {
| | | |