mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 02:16:28 +00:00
fix: Add docstatus filter for voucher_no in Repost Item Valuation
This commit is contained in:
@@ -24,7 +24,8 @@ frappe.ui.form.on('Repost Item Valuation', {
|
||||
frm.set_query("voucher_no", () => {
|
||||
return {
|
||||
filters: {
|
||||
company: frm.doc.company
|
||||
company: frm.doc.company,
|
||||
docstatus: 1
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user