[Koha-bugs] [Bug 6934] New report Cash Register Statistics

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 17:28:31 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934

--- Comment #100 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Passing QA-Test Tool I got:

FAIL    reports/cash_register_stats.pl
   OK     critic
   OK     forbidden patterns
   OK     pod
   OK     spelling
                0
   FAIL   valid
                Name "Cache::RemovalStrategy::FIELDS" used only once: possible
typo 
                Name "Tie::Hash::FIELDS" used only once: possible typo 
                Name "Cache::RemovalStrategy::LRU::FIELDS" used only once:
possible typo 
                Use of uninitialized value $_[0] in lc

But I think this is a problem caused for bug 11998 and explained for Jonathan
in bug 16104

if you test with: $ perl -cw reports/cash_register_stats.pl
you obtain:
Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485.
Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485.
Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485.
Name "Tie::Hash::FIELDS" used only once: possible typo at
/usr/share/perl/5.14/fields.pm line 135.
Name "Cache::RemovalStrategy::FIELDS" used only once: possible typo at
/usr/share/perl/5.14/fields.pm line 135.
Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo at
/usr/share/perl/5.14/fields.pm line 135.
reports/cash_register_stats.pl syntax OK

But all this errors are from bug 11998

Still
FAIL    koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt
   FAIL   forbidden patterns
                forbidden pattern: tab char (line 36)
                forbidden pattern: tab char (line 37)
                forbidden pattern: tab char (line 35)
                forbidden pattern: tab char (line 34)
                forbidden pattern: tab char (line 31)
                forbidden pattern: tab char (line 33)
                forbidden pattern: tab char (line 39)
                forbidden pattern: tab char (line 32)

But I will fix it up in the last patch

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list