From 87ddcc63101c15005d0731f86a757f5f95ba7aa5 Mon Sep 17 00:00:00 2001 From: VeRony <30659226+Verony-makesIT@users.noreply.github.com> Date: Sat, 29 Apr 2023 10:45:37 +0200 Subject: [PATCH] Revert "Merge branch 'InvoicePlane:development' into Preview-PDF-in-Modal-#925" This reverts commit f6ca2df1047b6a737cef61fa372fce4c1dd7f803, reversing changes made to 70bac8ce00af3f5e29f7263f0d31ffae3f84a576. --- application/modules/setup/sql/037_1.6.1 | 1 - application/views/quote_templates/pdf/InvoicePlane.php | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 application/modules/setup/sql/037_1.6.1 diff --git a/application/modules/setup/sql/037_1.6.1 b/application/modules/setup/sql/037_1.6.1 deleted file mode 100644 index 14f6e2b05..000000000 --- a/application/modules/setup/sql/037_1.6.1 +++ /dev/null @@ -1 +0,0 @@ -# Added for versioning diff --git a/application/views/quote_templates/pdf/InvoicePlane.php b/application/views/quote_templates/pdf/InvoicePlane.php index 496660e62..3a037068c 100644 --- a/application/views/quote_templates/pdf/InvoicePlane.php +++ b/application/views/quote_templates/pdf/InvoicePlane.php @@ -43,6 +43,9 @@ } echo ''; } + if ($quote->client_state) { + echo '
' . htmlsc($quote->client_state) . '
'; + } if ($quote->client_country) { echo '
' . get_country_name(trans('cldr'), $quote->client_country) . '
'; }