diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-19 16:39:45 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:36:47 +0000 |
commit | 3f70d1f0b4d543072eda2d1b59092a5b9e6b3253 (patch) | |
tree | e7435af200b8687bfec0a9a8772888e9b2c07abb /perllib/Integrations | |
parent | 22b89e27ac4368bcc4e288bd1fe2faf53f13ac9e (diff) |
[Bromley] Handle today’s collection better.
If task is outstanding and before 5pm, show it as next collection and in
progress. Allow reporting after 5pm.
Diffstat (limited to 'perllib/Integrations')
-rw-r--r-- | perllib/Integrations/Echo.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/Integrations/Echo.pm b/perllib/Integrations/Echo.pm index 0216240da..28dd1e9bc 100644 --- a/perllib/Integrations/Echo.pm +++ b/perllib/Integrations/Echo.pm @@ -99,6 +99,7 @@ sub GetTasks { }, { Ref => { Value => { anyType => [ 234, 567 ] } }, + State => { Name => 'Outstanding' }, CompletedDate => undef }, { |