mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
feat(quality): Check quality status before receipt/delivery (#16169)
This commit is contained in:
committed by
Rushabh Mehta
parent
78bc405eeb
commit
5a9579bae4
@@ -16,7 +16,7 @@
|
||||
<tr>
|
||||
<td>{{ item }}</td>
|
||||
<td class='text-right'>
|
||||
{{ frappe.utils.fmt_money(itemised_taxable_amount.get(item), None, currency) }}
|
||||
{{ frappe.utils.fmt_money(itemised_taxable_amount.get(item, 0), None, currency) }}
|
||||
</td>
|
||||
{% for tax_account in tax_accounts %}
|
||||
{% set tax_details = taxes.get(tax_account) %}
|
||||
|
||||
Reference in New Issue
Block a user