mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Removed the dynamic regular chore period type (since it's the same as daily)
This commit is contained in:
@@ -16,8 +16,6 @@ class ChoresService extends BaseService
|
||||
|
||||
const CHORE_PERIOD_TYPE_DAILY = 'daily';
|
||||
|
||||
const CHORE_PERIOD_TYPE_DYNAMIC_REGULAR = 'dynamic-regular';
|
||||
|
||||
const CHORE_PERIOD_TYPE_MANUALLY = 'manually';
|
||||
|
||||
const CHORE_PERIOD_TYPE_MONTHLY = 'monthly';
|
||||
|
Reference in New Issue
Block a user