https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29197
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #125962|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 125986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125986&action=edit Bug 29197: Add missing import in commit_file.pl This patch adds a new method import to the commit_file.pl script. To test: 1. Have MARC data staged 2. Run: $ kshell k$ perl misc/commit_file.pl --list-batches => FAIL: You get Undefined subroutine &main::GetAllImportBatches called at misc/commit_file.pl line 68. 3. Apply this patch 4. Repeat 2 => SUCCESS: You get the list of batches 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
