2
0
mirror of https://github.com/frappe/books.git synced 2025-02-03 04:28:32 +00:00

fix: prevent invoice from crashing when no rows

This commit is contained in:
18alantom 2022-04-01 12:04:00 +05:30
parent 0d78df598c
commit fdd532e002

View File

@ -127,7 +127,7 @@
</div> </div>
<div <div
class="px-6 mb-6 flex justify-between text-base" class="px-6 mb-6 flex justify-between text-base"
v-if="doc.items.length" v-if="doc.items?.length ?? 0"
> >
<div class="flex-1 mr-10"> <div class="flex-1 mr-10">
<FormControl <FormControl