mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
fix: process_loss_percentage in BOM
(cherry picked from commit b572bef71d)
This commit is contained in:
@@ -411,7 +411,6 @@ frappe.ui.form.on("BOM", {
|
|||||||
}
|
}
|
||||||
|
|
||||||
frm.set_value("process_loss_qty", qty);
|
frm.set_value("process_loss_qty", qty);
|
||||||
frm.set_value("add_process_loss_cost_in_fg", qty ? 1: 0);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user