Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed the doc not defined issue. #37475

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

iamrishiksahu
Copy link
Contributor

Description

doc variable was not defined in the accounts.js file instead, d variable was used for the same purpose.

Fixed by:

I replaced the instance (line no. 119) where doc was used with d.

Closes #37231

@ankush ankush merged commit 5167fb2 into frappe:develop Oct 13, 2023
3 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc is not defined
2 participants