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

Julian Maurice <julian.maur...@biblibre.com> changed:

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

--- Comment #4 from Julian Maurice <julian.maur...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to