Bug 10761: (follow-up) use explicit return in C4::Reports::Guided::delete_report()
authorGalen Charlton <gmc@esilibrary.com>
Wed, 21 Aug 2013 14:45:41 +0000 (14:45 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 21 Aug 2013 14:45:41 +0000 (14:45 +0000)
commit90e90a436ac009014abef0c557ea371b42b124d0
tree3b549871ac3769f7dd3899ba8d8134e09ad54aab
parente189d4166e852118c1bf3b340991bf8fa0e3b720
Bug 10761: (follow-up) use explicit return in C4::Reports::Guided::delete_report()

Now that we care about the return value of this routine, we'll keep
perlcritic happy.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Reports/Guided.pm