fix: set basic rate on selection of the batch

(cherry picked from commit bebb8ae1ea)
This commit is contained in:
Rohit Waghchaure
2025-09-16 11:57:43 +05:30
committed by Mergify
parent add236c907
commit 39eeafd0d0

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); validate_sample_quantity(frm, cdt, cdn);
}, },