BIG-26: fix items preferences form.

This commit is contained in:
a.bouhuolia
2021-09-12 13:14:15 +02:00
parent b3a96ace71
commit cdc75a01af
17 changed files with 195 additions and 145 deletions

View File

@@ -93,21 +93,21 @@ export default {
auto_increment: {
type: 'boolean',
},
deposit_account: {
preferred_deposit_account: {
type: 'number',
},
advance_deposit: {
preferred_advance_deposit: {
type: 'number',
},
},
items: {
sell_account: {
preferred_sell_account: {
type: 'number',
},
cost_account: {
preferred_cost_account: {
type: 'number',
},
inventory_account: {
preferred_inventory_account: {
type: 'number',
},
},