Add quotes to projects
This commit is contained in:
parent
3a421a824e
commit
3a899a04a6
|
|
@ -131,6 +131,7 @@ class EntityType extends EnumClass {
|
||||||
EntityType.task,
|
EntityType.task,
|
||||||
EntityType.expense,
|
EntityType.expense,
|
||||||
EntityType.invoice,
|
EntityType.invoice,
|
||||||
|
EntityType.quote,
|
||||||
];
|
];
|
||||||
case EntityType.group:
|
case EntityType.group:
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue