diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-27 18:31:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-27 18:31:36 +0000 |
commit | da2a6dd98d8d5b61b8b5befa717d65689d674ea9 (patch) | |
tree | 5d7560969bba9ee8f021af0656103438a785f5fc /perllib | |
parent | 251f152b46816ed1c8401cda7f57305d08830af1 (diff) |
[Northamptonshire] Update report_sent_confirmation_email.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Northamptonshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm index 3af291a54..c15b73deb 100644 --- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm +++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm @@ -42,7 +42,7 @@ sub send_questionnaires { 0 } sub on_map_default_status { 'open' } -sub report_sent_confirmation_email { 1 } +sub report_sent_confirmation_email { 'id' } sub contact_email { my $self = shift; |