Fix : Connect default payment account with Expenses

This commit is contained in:
elforjani3
2020-11-16 20:00:45 +02:00
parent f3bcde5b53
commit 805d789afd
3 changed files with 15 additions and 3 deletions

View File

@@ -92,6 +92,10 @@ export default {
key: "number_prefix",
type: "string",
},
{
key: "preferred_deposit_account",
type: "number",
},
],
sales_invoices: [
{
@@ -127,4 +131,10 @@ export default {
type: "number",
},
],
expenses: [
{
key: "preferred_payment_account",
type: "number",
},
],
};