mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
Fix : Connect default payment account with Expenses
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user