mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 05:15:20 +00:00
Native JSON request bodies deliver target_doc as a parsed dict, which the str | Document type hints rejected, breaking every Get Items From button. Unify all whitelisted mapper endpoint hints to str | dict | Document | None. Needs frappe#41190 so get_mapped_doc converts the dict target.
Manage buying (purchasing).
Transactions include:
- Material Request
- Supplier Quotation
- Purchase Order
- Quality Inspection