Skip to content

Commit

Permalink
Revert "Merge branch 'InvoicePlane:development' into Preview-PDF-in-M…
Browse files Browse the repository at this point in the history
…odal-InvoicePlane#925"

This reverts commit f6ca2df, reversing
changes made to 70bac8c.
  • Loading branch information
Verony-makesIT committed Apr 29, 2023
1 parent f6ca2df commit 87ddcc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/modules/setup/sql/037_1.6.1

This file was deleted.

3 changes: 3 additions & 0 deletions application/views/quote_templates/pdf/InvoicePlane.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
}
echo '</div>';
}
if ($quote->client_state) {
echo '<div>' . htmlsc($quote->client_state) . '</div>';
}
if ($quote->client_country) {
echo '<div>' . get_country_name(trans('cldr'), $quote->client_country) . '</div>';
}
Expand Down

0 comments on commit 87ddcc6

Please sign in to comment.