mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
add gst information in the business template
This commit is contained in:
parent
7d07bd17b4
commit
7033683465
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user