Skip to content

Commit

Permalink
fix(DATEV Unternehmen Online Settings): allow E Invoice Import
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Jan 8, 2025
1 parent 9b2e2b8 commit 111325a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ frappe.ui.form.on("DATEV Unternehmen Online Settings", {
frm.set_query("voucher_type", "datev_voucher_config", function (doc, cdt, cdn) {
return {
filters: {
name: ["in", ["Sales Invoice", "Purchase Invoice", "Expense Claim"]],
name: [
"in",
["Sales Invoice", "Purchase Invoice", "Expense Claim", "E Invoice Import"],
],
},
};
});
Expand Down

0 comments on commit 111325a

Please sign in to comment.