mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
Fix:Connect preferred sell, cost and inventory account with item form.
This commit is contained in:
@@ -105,12 +105,26 @@ export default {
|
||||
],
|
||||
payment_receives: [
|
||||
{
|
||||
key: 'next_number',
|
||||
type: 'number',
|
||||
key: "next_number",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: 'number_prefix',
|
||||
type: 'string',
|
||||
key: "number_prefix",
|
||||
type: "string",
|
||||
},
|
||||
]
|
||||
],
|
||||
items: [
|
||||
{
|
||||
key: "preferred_sell_account",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "preferred_cost_account",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "preferred_inventory_account",
|
||||
type: "number",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user