Skip to content

Commit

Permalink
Merge pull request #31909 from s-aga-r/filters/repost-item-valuation/…
Browse files Browse the repository at this point in the history
…voucher-no

fix: Add docstatus filter for voucher_no in Repost Item Valuation
  • Loading branch information
deepeshgarg007 committed Aug 25, 2022
2 parents 1af22e5 + 520306d commit 9b626d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
});
Expand Down

0 comments on commit 9b626d0

Please sign in to comment.