Skip to content

Commit

Permalink
Merge pull request #31964 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-31909

fix: Add docstatus filter for voucher_no in Repost Item Valuation (backport #31909)
  • Loading branch information
deepeshgarg007 committed Aug 25, 2022
2 parents bc87393 + 309da96 commit e4ca206
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 e4ca206

Please sign in to comment.