https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942

Andrew Fuerste-Henry <and...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #113782|0                           |1
        is obsolete|                            |

--- Comment #5 from Andrew Fuerste-Henry <and...@bywatersolutions.com> ---
Created attachment 113783
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113783&action=edit
Bug 25942: Fix batch report operations for cardnumbers and biblionumbers

This patch moves the processing for these to a block and adds a comment
in place of whitespace and uses template directives to chomp newlines to
improve readability

To test:
 1 - Create a report like:
    SELECT biblionumber FROM biblios
 2 - Run it
 3 - Try the various options from the 'Batch operations' button
    (You will need to define a marc modification template)
 4 - The operations don't find the biblios
 5 - Create a report like:
    SELECT cardnumber FROM borrowers
 6 - Run it
 7 - Test the batch operations
 8 - They fail
 9 - Apply patch
10 - Run each report again and test batch operations
11 - They work!

Signed-off-by: Andrew Fuerste-Henry <and...@bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to