This commit is contained in:
Pawan Mehta 2017-11-10 14:59:26 +05:30 committed by Nabin Hait
parent 7b78a83592
commit 1368ba00bc

View File

@ -40,6 +40,10 @@ frappe.ui.form.on("Sales Order", {
if(!d.delivery_date) d.delivery_date = frm.doc.delivery_date;
});
refresh_field("items");
},
onload_post_render: function(frm) {
frm.get_field("items").grid.set_multiple_add("item_code", "qty");
}
});