fix: sales invoice labels (#19267)

This commit is contained in:
Kenneth Sequeira 2019-10-10 18:50:39 +05:30 committed by Anurag Mishra
parent a1de447662
commit a54b7542f1
2 changed files with 1624 additions and 1623 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}{{ city }}<br>
{% if gst_state %}{{ gst_state }}{% endif -%},
{% if gst_state_number %}State Code: {{ gst_state_number }}<br>{% endif -%}
{% if gst_state %}{{ gst_state }}{% endif -%}
{% if gst_state_number %}, State Code: {{ gst_state_number }}<br>{% endif -%}
{% if pincode %}PIN: {{ pincode }}<br>{% endif -%}
{{ country }}<br>
{% if phone %}Phone: {{ phone }}<br>{% endif -%}