fix: set basic rate on selection of the batch

This commit is contained in:
Rohit Waghchaure
2025-09-16 11:57:43 +05:30
parent 0fef2d4b02
commit bebb8ae1ea

View File

@@ -962,6 +962,7 @@ frappe.ui.form.on("Stock Entry Detail", {
});
}
frm.events.set_basic_rate(frm, cdt, cdn);
validate_sample_quantity(frm, cdt, cdn);
},