Merge pull request #34954 from SolufyPrivateLimited/fix-process_loss-in-bom

fix: process_loss_percentage in BOM
This commit is contained in:
rohitwaghchaure 2023-04-20 15:00:15 +05:30 committed by GitHub
commit 47b653db6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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