mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 14:41:53 +00:00
* fix: regression issues related to security fixes (cherry picked from commitbe1aa0e5eb) # Conflicts: # erpnext/controllers/subcontracting_inward_controller.py # erpnext/selling/doctype/sales_order/sales_order.py # erpnext/subcontracting/doctype/subcontracting_inward_order/subcontracting_inward_order.py * refactor: consolidate duplicate get_party_bank_account into bank_account.py (cherry picked from commitede13cb3bd) * chore: fix conflicts Removed duplicate import of get_party_bank_account and consolidated imports. * chore: fix conflicts Removed the update_subcontracting_order_status method to address regression issues related to security fixes. --------- Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>