mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
fix: ignore permissions while mapping DN Item
(cherry picked from commit afc64ed9ee)
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -831,6 +831,7 @@ def make_delivery_note(source_name, target_doc=None, kwargs=None):
|
||||
"postprocess": update_dn_item,
|
||||
}
|
||||
},
|
||||
ignore_permissions=True,
|
||||
)
|
||||
|
||||
dn_item.qty = flt(sre.reserved_qty) * flt(dn_item.get("conversion_factor", 1))
|
||||
|
||||
Reference in New Issue
Block a user