mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix purchase invoice incorrect to and from in minimal template
This commit is contained in:
parent
09594101ef
commit
655c1a0893
@ -42,7 +42,7 @@
|
|||||||
<div
|
<div
|
||||||
class="uppercase text-sm font-semibold tracking-widest text-gray-800"
|
class="uppercase text-sm font-semibold tracking-widest text-gray-800"
|
||||||
>
|
>
|
||||||
To
|
{{ doc.doctype === 'SalesInvoice' ? 'To' : 'From' }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-4 text-black leading-relaxed text-lg">
|
<div class="mt-4 text-black leading-relaxed text-lg">
|
||||||
{{ party.name }} <br />
|
{{ party.name }} <br />
|
||||||
@ -59,7 +59,7 @@
|
|||||||
<div
|
<div
|
||||||
class="uppercase text-sm font-semibold tracking-widest text-gray-800 ml-8"
|
class="uppercase text-sm font-semibold tracking-widest text-gray-800 ml-8"
|
||||||
>
|
>
|
||||||
From
|
{{ doc.doctype === 'SalesInvoice' ? 'From' : 'To' }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-4 ml-8 text-black leading-relaxed text-lg">
|
<div class="mt-4 ml-8 text-black leading-relaxed text-lg">
|
||||||
{{ companyAddress.addressDisplay }}
|
{{ companyAddress.addressDisplay }}
|
||||||
|
Loading…
Reference in New Issue
Block a user