Add recurring expenses to permissions settings

This commit is contained in:
Hillel Coren 2023-01-22 12:30:10 +02:00
parent 40f9bf2dd2
commit ccee23caeb
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ class _UserEditState extends State<UserEdit>
EntityType.vendor,
EntityType.purchaseOrder,
EntityType.expense,
EntityType.recurringExpense,
]
.where((entityType) =>
state.company.isModuleEnabled(entityType))