Skip to content

Commit

Permalink
fix: fixed bug in fetching registered branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GichanaMayaka committed Jun 17, 2024
1 parent dc39bff commit d738e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def search_branch_request_on_success(response: dict) -> None:
try:
doc = frappe.get_doc(
"Branch",
{"custom_branch_code": branch["bhfId"]},
{"branch": branch["bhfId"]},
for_update=True,
)

Expand Down

0 comments on commit d738e83

Please sign in to comment.