This commit is contained in:
Hillel Coren 2020-03-08 08:45:15 +02:00
parent 89249ad2b0
commit 4ae1c5c0ef
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ const int kModuleTickets = 128;
const int kModuleProposals = 256; const int kModuleProposals = 256;
const int kModuleRecurringExpenses = 512; const int kModuleRecurringExpenses = 512;
const int kModuleRecurringTasks = 1024; const int kModuleRecurringTasks = 1024;
const int kModuleRecurringQuotes = 2048;
const Map<int, String> kModules = { const Map<int, String> kModules = {
kModuleQuotes: 'quotes', kModuleQuotes: 'quotes',