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) . '
'; }