mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
Merge pull request #51102 from mihir-kandoi/price-list-js-error
This commit is contained in:
@@ -1459,7 +1459,7 @@ def get_batch_qty(batch_no, warehouse, item_code):
|
||||
|
||||
@frappe.whitelist()
|
||||
@erpnext.normalize_ctx_input(ItemDetailsCtx)
|
||||
def apply_price_list(ctx: ItemDetailsCtx, as_doc=False, doc=None):
|
||||
def apply_price_list(ctx, as_doc=False, doc=None):
|
||||
"""Apply pricelist on a document-like dict object and return as
|
||||
{'parent': dict, 'children': list}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user