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 Jul 29, 2024
1 parent 2df342e commit 5235928
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class InventoryToolsPurchaseInvoice(PurchaseInvoice):
def validate_with_previous_doc(self):
"""
HASH: 014486de39dd7da6fe79bf803adcf1b66d890876
HASH: 4668a2d7d825450818e04a1b785deb61d861ed29
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
METHOD: validate_with_previous_doc
Expand Down
6 changes: 3 additions & 3 deletions inventory_tools/inventory_tools/overrides/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _bypass(*args, **kwargs):
class InventoryToolsPurchaseOrder(PurchaseOrder):
def validate_with_previous_doc(self):
"""
HASH: 4d34b1ead73baf4c5430a2ecbe44b9e8468d7626
HASH: f833923f2fcc5ce18847a93fe741db7e59a4d349
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/buying/doctype/purchase_order/purchase_order.py
METHOD: validate_with_previous_doc
Expand Down Expand Up @@ -225,7 +225,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: 0bee921d402060abe6c06568dd3f600d1445719f
HASH: 4d6a71ab4ba0f008e1a6816ed99e890fae347016
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/stock/get_item_details.py
METHOD: get_item_details
Expand All @@ -242,7 +242,7 @@ def get_item_details(args, doc=None, for_validate=False, overwrite_warehouse=Tru
@frappe.whitelist()
def validate_item_details(args, item):
"""
HASH: 0bee921d402060abe6c06568dd3f600d1445719f
HASH: 4d6a71ab4ba0f008e1a6816ed99e890fae347016
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/stock/get_item_details.py
METHOD: validate_item_details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class InventoryToolsPurchaseReceipt(PurchaseReceipt):
def validate_with_previous_doc(self):
"""
HASH: 9d0c1dc46f94e921eb108fcbfa24fbd776a710d3
HASH: 106c154a16efce956357524309215cd62cc3c3ec
REPO: https://github.com/frappe/erpnext/
PATH: erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
METHOD: validate_with_previous_doc
Expand Down

0 comments on commit 5235928

Please sign in to comment.