aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-17 12:52:49 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-17 12:52:49 +0100
commit810db1d9b60babbf84ed811a3bfe663e94bf257c (patch)
tree4b35f9415860eaecda632c327d9ea68d2eab7200 /perllib/FixMyStreet/SendReport.pm
parent51901828ee898f05f515abfabac635453666ee7b (diff)
put back in code to list skipped count if verbose mode on
small bugfixes for Barnet plus comments on debuging
Diffstat (limited to 'perllib/FixMyStreet/SendReport.pm')
-rw-r--r--perllib/FixMyStreet/SendReport.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/SendReport.pm b/perllib/FixMyStreet/SendReport.pm
index 426e8eefe..915fe4a20 100644
--- a/perllib/FixMyStreet/SendReport.pm
+++ b/perllib/FixMyStreet/SendReport.pm
@@ -11,6 +11,7 @@ has 'councils' => ( is => 'rw', isa => 'HashRef', default => sub { {} } );
has 'to' => ( is => 'rw', isa => 'ArrayRef', default => sub { [] } );
has 'success' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'error' => ( is => 'rw', isa => 'Str', default => '' );
+has 'skipped' => ( 'is' => 'rw', isa => 'Str', default => '' );
sub should_skip {