2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00

add gst information in the business template

This commit is contained in:
Ankit Singhaniya 2021-08-18 12:26:35 +05:30 committed by 18alantom
parent 7d07bd17b4
commit 7033683465

View File

@ -23,6 +23,9 @@
<div class="text-sm text-gray-800" v-if="companyAddress">
{{ companyAddress.addressDisplay }}
</div>
<div class="text-sm text-gray-800" v-if="printSettings && printSettings.gstin">
GSTIN: {{ printSettings.gstin }}
</div>
</div>
</div>
<div class="mt-8 text-lg">
@ -50,6 +53,9 @@
<div>
{{ party.addressDisplay }}
</div>
<div v-if="party && party.gstin">
GSTIN: {{ party.gstin }}
</div>
</div>
</div>
</div>