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: process_loss_percentage in BOM #34954

Merged

Conversation

Solufyin
Copy link
Contributor

Version:
ERPNext: v14.22.0 (version-14)
Frappe Framework: v14.33.0 (version-14)


Issue: #34941


Before:

  • When creating a new BOM and then adding the (%) Process Loss then show the message like Field add_process_loss_cost_in_fg not found.
  • We checked in BOM doctype so there is no name of the add_process_loss_cost_in_fg field.

image


After:

  • After the remove the below line, it works properly.

frm.set_value("add_process_loss_cost_in_fg", qty ? 1: 0);

image

Thanks and Regards,
Nihantra Patel (NCP)
Solufy

@rohitwaghchaure rohitwaghchaure merged commit 47b653d into frappe:develop Apr 20, 2023
@rohitwaghchaure rohitwaghchaure added the backport version-14-hotfix backport to version 14 label Apr 20, 2023
rohitwaghchaure added a commit that referenced this pull request Apr 20, 2023
…-34954

fix: process_loss_percentage in BOM (backport #34954)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport version-14-hotfix backport to version 14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants