2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00

add notes to basic template back

This commit is contained in:
Ankit Singhaniya 2021-08-19 17:14:45 +05:30 committed by 18alantom
parent 62359ba7ae
commit 6343f11328

View File

@ -81,7 +81,17 @@
</div>
</div>
<div class="px-6 mt-2 flex justify-end text-base">
<div class="w-64">
<div class="w-1/2 bg-pink">
<div
class="uppercase text-sm tracking-widest font-semibold text-gray-800 mt-2"
>
Notes
</div>
<div class="my-4 text-lg whitespace-pre-line">
{{ doc.terms }}
</div>
</div>
<div class="w-1/2">
<div class="flex pl-2 justify-between py-3 border-b">
<div>{{ _('Subtotal') }}</div>
<div>{{ frappe.format(doc.netTotal, 'Currency') }}</div>