mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
fix: prevent invoice from crashing when no rows
This commit is contained in:
parent
0d78df598c
commit
fdd532e002
@ -127,7 +127,7 @@
|
||||
</div>
|
||||
<div
|
||||
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">
|
||||
<FormControl
|
||||
|
Loading…
Reference in New Issue
Block a user