https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38762
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175845|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart <[email protected]> --- Created attachment 177340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177340&action=edit Bug 38762: Make compare_es_to_db.pl provide links to staff interface This patch makes the script provide links to the staff interface instead of the OPAC. This way, the links can just be picked to access the problematic records for fixing them. To test: 1. Run: $ ktd --shell k$ perl misc/maintenance/compare_es_to_db.pl => FAIL: Generated links point to the OPAC 2. Apply this patch 3. Repeat 1 => SUCCESS: Generated links are useful as they point to the staff interface 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: Roman Dolny <[email protected]> Signed-off-by: Jonathan Druart <[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/
