Skip to content

Commit

Permalink
Merge branch 'InvoicePlane:development' into Preview-PDF-in-Modal-Inv…
Browse files Browse the repository at this point in the history
  • Loading branch information
Verony-makesIT committed Apr 13, 2023
2 parents 70bac8c + ebf2929 commit f6ca2df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions application/modules/setup/sql/037_1.6.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added for versioning
3 changes: 0 additions & 3 deletions application/views/quote_templates/pdf/InvoicePlane.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
}
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 f6ca2df

Please sign in to comment.