diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-22 17:05:17 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-22 17:05:17 +0000 |
commit | d94f1347a5669c4f55adfafe23a779b6d677e201 (patch) | |
tree | 2f41244472a96719a93faf058e2fb740b80e29b1 | |
parent | 970776f0c8d5b55fc14356bad554c7833d516757 (diff) |
improve special case for unable to fix updates from Bromley
-rw-r--r-- | templates/web/default/report/updates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html index 736d36528..0b2e8716f 100644 --- a/templates/web/default/report/updates.html +++ b/templates/web/default/report/updates.html @@ -28,7 +28,7 @@ [%- IF update.mark_open %][% update_state = ", " _ loc( 'reopened' ) %][% END %] [%- IF !update_state && update.problem_state %] [%- state = update.meta_problem_state %] - [%- IF c.cobrand.moniker == 'bromley' AND update.problem_state == 'unable to fix' %] + [%- IF ( c.cobrand.moniker == 'bromley' OR update.user.council == 'Bromley Council' ) AND update.problem_state == 'unable to fix' %] [%- state = loc('no further action') %] [% END %] [%- IF update.problem_state == 'confirmed' %] |