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

Paul Poulain <paul.poul...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Pushed to Master
                 CC|                            |paul.poul...@biblibre.com
            Version|master                      |rel_3_10

--- Comment #7 from Paul Poulain <paul.poul...@biblibre.com> ---
QA comment:

passes perlcritic

(In reply to comment #6)
> It would be great to specify a list of borrowernumber (or cardnumber) to
> export (with a file given in parameter for example).

Other possible enhancements :
 * provide the separator in a parameter
 * add a WHERE clause to filter, for example, on a given zipcode, categorycode,
email,...


Another comment: we don't have a coding guideline for that, but I think we
should:
the help should be in POD, like what we have, for example, in:
misc/maintenance/touch_all_biblios.pl

use Pod::Usage;
sub usage {
    pod2usage( -verbose => 2 );
    exit;
}

i'll send a mail to koha-devel to propose this rule.

Patch pushed, though

-- 
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