Skip to content

Commit

Permalink
fix: update commit hashes for overriden methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri committed Aug 23, 2024
1 parent d1d0e54 commit 5711a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventory_tools/inventory_tools/overrides/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def make_sales_invoices(docname: str, rows: Union[list, str]) -> None:
@frappe.whitelist()
def get_item_details(args, doc=None, for_validate=False, overwrite_warehouse=True):
"""
HASH: 53034c332b929a3e40759c9fc9bae82b8365aa57
HASH: 5c5349ed16680a22a8fd16a1f6f9ed16957069b4
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/stock/get_item_details.py
METHOD: get_item_details
Expand All @@ -275,7 +275,7 @@ def get_item_details(args, doc=None, for_validate=False, overwrite_warehouse=Tru
@frappe.whitelist()
def validate_item_details(args, item):
"""
HASH: 53034c332b929a3e40759c9fc9bae82b8365aa57
HASH: 5c5349ed16680a22a8fd16a1f6f9ed16957069b4
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/stock/get_item_details.py
METHOD: validate_item_details
Expand Down

0 comments on commit 5711a24

Please sign in to comment.