Skip to content

Commit

Permalink
Merge pull request #34955 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-34954

fix: process_loss_percentage in BOM (backport #34954)
  • Loading branch information
rohitwaghchaure authored Apr 20, 2023
2 parents e5aae90 + 4418862 commit 2a48a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/manufacturing/doctype/bom/bom.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ frappe.ui.form.on("BOM", {
}

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

Expand Down

0 comments on commit 2a48a7b

Please sign in to comment.