Add recurring expenses to permissions settings
This commit is contained in:
parent
40f9bf2dd2
commit
ccee23caeb
|
|
@ -354,6 +354,7 @@ class _UserEditState extends State<UserEdit>
|
||||||
EntityType.vendor,
|
EntityType.vendor,
|
||||||
EntityType.purchaseOrder,
|
EntityType.purchaseOrder,
|
||||||
EntityType.expense,
|
EntityType.expense,
|
||||||
|
EntityType.recurringExpense,
|
||||||
]
|
]
|
||||||
.where((entityType) =>
|
.where((entityType) =>
|
||||||
state.company.isModuleEnabled(entityType))
|
state.company.isModuleEnabled(entityType))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue