refactor: handle price 0 baht

This commit is contained in:
Thanaphon Frappet 2025-01-23 14:19:56 +07:00
parent c1c814ade2
commit c7438edd79
3 changed files with 3 additions and 3 deletions

View file

@ -373,7 +373,7 @@ function print() {
class="column set-width bg-color full-height"
style="padding: 12px"
>
({{ ThaiBahtText(summaryPrice.finalPrice) }})
({{ ThaiBahtText(summaryPrice.finalPrice) || 'ศูนย์บาทถ้วน' }})
</div>
<div
class="row text-right border-5 items-center"