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.vendor,
EntityType.purchaseOrder, EntityType.purchaseOrder,
EntityType.expense, EntityType.expense,
EntityType.recurringExpense,
] ]
.where((entityType) => .where((entityType) =>
state.company.isModuleEnabled(entityType)) state.company.isModuleEnabled(entityType))