mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
fix: fetch rate from item price list when document is saved
This commit is contained in:
@@ -819,7 +819,7 @@ class AccountsController(TransactionBase):
|
||||
item.get(fieldname) is None
|
||||
or fieldname in force_item_fields
|
||||
or (
|
||||
fieldname in ["serial_no", "batch_no"]
|
||||
fieldname in ["serial_no", "batch_no", "rate", "price_list_rate"]
|
||||
and item.get("use_serial_batch_fields")
|
||||
)
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user