mirror of
https://github.com/frappe/books.git
synced 2025-02-13 01:18:37 +00:00
fix: resolved formatting issue
This commit is contained in:
parent
d0faffddf8
commit
8e336f37a8
@ -72,7 +72,9 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="w-1/2 px-12 pb-6 text-lg" v-if="doc.taxes.length">
|
<section class="w-1/2 px-12 pb-6 text-lg" v-if="doc.taxes.length">
|
||||||
<p class="flex justify-center font-semibold text-lg mt-2">{{t`Tax Summary`}}</p>
|
<p class="flex justify-center font-semibold text-lg mt-2">
|
||||||
|
{{t`Tax Summary`}}
|
||||||
|
</p>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="flex justify-between pl-5 text-base"
|
class="flex justify-between pl-5 text-base"
|
||||||
@ -116,7 +118,7 @@
|
|||||||
|
|
||||||
<!-- Invoice Terms -->
|
<!-- Invoice Terms -->
|
||||||
<section class="mt-12" v-if="doc.terms">
|
<section class="mt-12" v-if="doc.terms">
|
||||||
<h3 class="text-lg font-semibold">{{t`Notes`}}/h3>
|
<h3 class="text-lg font-semibold">{{t`Notes`}}</h3>
|
||||||
|
|
||||||
<p class="mt-4 text-lg whitespace-pre-line">{{ doc.terms }}</p>
|
<p class="mt-4 text-lg whitespace-pre-line">{{ doc.terms }}</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user