mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: added uom in print
This commit is contained in:
@@ -88,9 +88,7 @@
|
||||
<div v-if="row.transferUnit">
|
||||
({{ row.quantity}} of {{ row.transferUnit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">
|
||||
({{ row.quantity }} of {{ row.unit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
|
||||
</div>
|
||||
<div class="w-3/12 text-right py-4">{{ row.rate }}</div>
|
||||
<div class="w-3/12 text-right py-4">{{ row.amount }}</div>
|
||||
|
||||
@@ -82,9 +82,7 @@
|
||||
<div v-if="row.transferUnit">
|
||||
({{ row.quantity }} of {{ row.transferUnit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">
|
||||
({{ row.quantity }} of {{ row.unit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
|
||||
</div>
|
||||
<div class="w-3/12 text-right">{{ row.rate }}</div>
|
||||
<div class="w-3/12 text-right">{{ row.amount }}</div>
|
||||
|
||||
@@ -120,9 +120,7 @@
|
||||
<div v-if="row.transferUnit">
|
||||
({{ row.quantity }} of {{ row.transferUnit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">
|
||||
({{ row.quantity }} of {{ row.unit }})
|
||||
</div>
|
||||
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
|
||||
</div>
|
||||
<div class="w-3/12 text-right">{{ row.rate }}</div>
|
||||
<div class="w-3/12 text-right">{{ row.amount }}</div>
|
||||
|
||||
Reference in New Issue
Block a user