Merge pull request #45920 from rohitwaghchaure/fixed-support-31326

fix: on selection of batch qty is not fetching
This commit is contained in:
rohitwaghchaure
2025-02-14 17:34:21 +05:30
committed by GitHub

View File

@@ -381,7 +381,7 @@ erpnext.SerialNoBatchSelector = class SerialNoBatchSelector {
query: "erpnext.controllers.queries.get_batch_no",
};
},
change: function () {
onchange: function () {
const batch_no = this.get_value();
if (!batch_no) {
this.grid_row.on_grid_fields_dict.available_qty.set_value(0);