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:
parent
0d78df598c
commit
fdd532e002
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user