https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16077 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49176|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 49202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49202&action=edit Bug 16077 - Remove unused script and template card-print I can find no reference to card-print.pl being used in Koha. This patch deletes it and its associated template. To test, apply the patch and search for references to "card-print" in Koha. There should be none. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> This script does not work, it fails with 'Undefined subroutine get_label_output_formats'. This subroutine was in C4::Labels::Lib which has been removed by 2433a91 (Feb 8 2010): Removing depricated file from the C4::Labels module. -- You are receiving this mail because: You are watching all bug changes.