mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
Merge pull request #37758 from s-aga-r/FIX-37566
fix: `PermissionError` while creating DN from SO
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