[Bug 8940] New: patron card export - without a batch, will work if...
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8940 Priority: P5 - low Change sponsored?: --- Bug ID: 8940 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: patron card export - without a batch, will work if... Severity: normal Classification: Unclassified OS: All Reporter: waqar.azeem@itcompletes.com Hardware: All Status: NEW Version: master Component: Patrons Product: Koha This code seem to have a bug! I didn't find any online browse-able code therefore a snip-it from "create-pdf.pl" is here: grep { push(@{$items}, {item_number => $_}); } @borrower_numbers; 'item_number' itself is not used anywhere. 'browser_number' is used to retrieved this data. foreach my $item (@{$items}) { if ($item) { my $borrower_number = $item->{'borrower_number'}; So, 'item_number' should be replaced with 'borrower_number' URL to test: http://your-testIP/cgi-bin/koha/patroncards/print.pl?borrower_number=19 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8940 --- Comment #1 from Waqar Azeem <waqar.azeem@itcompletes.com> --- as an additional comments, i would like this feature in upcoming release. https://vimeo.com/51583419 (Admin can generate Patron/Member cards directly from his page) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8940 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- It sounds to me like this bug describe a problem which only arises if you access directly a script which is meant to be passed specific parameters by the interface. I'm going to consider this invalid unless more details can be provided. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org