Merge pull request #34955 from frappe/mergify/bp/version-14-hotfix/pr-34954

fix: process_loss_percentage in BOM (backport #34954)
This commit is contained in:
rohitwaghchaure
2023-04-20 15:02:05 +05:30
committed by GitHub

View File

@@ -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);
}
});