[Koha-bugs] [Bug 7896] Acquisition statistics wizard: add filters and cell values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 4 14:42:54 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7896

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8863|0                           |1
        is obsolete|                            |

--- Comment #4 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 8865
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8865&action=edit
Acq statistics wizard: add filters and cell values

Same patch, with incompatibilities fixed to be Perl 5.10 compliant:

keys $branches
changed to
keys %$branches

$var = do {
    given ($i) {
        when(1) { "..." }
    ...
    }
};
changed to
given ($i) {
    when (1) { $var = "..." }
    ...
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list