mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix: base_net_rate Required to Check Valid Range (#46332)
fix: base_net_rate required to check valid range
This commit is contained in:
@@ -2503,6 +2503,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
'item_code': item.item_code,
|
||||
'valid_from': ["<=", doc.transaction_date || doc.bill_date || doc.posting_date],
|
||||
'item_group': item.item_group,
|
||||
"base_net_rate": item.base_net_rate,
|
||||
}
|
||||
|
||||
if (doc.tax_category)
|
||||
|
||||
Reference in New Issue
Block a user