[Koha-bugs] [Bug 7611] Show the NOT_LOAN authorised values for item status in XSLT OPAC search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 8 17:58:04 CET 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92495|0                           |1
        is obsolete|                            |
  Attachment #94026|0                           |1
        is obsolete|                            |
  Attachment #94212|0                           |1
        is obsolete|                            |
  Attachment #95060|0                           |1
        is obsolete|                            |

--- Comment #31 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 95235
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95235&action=edit
Bug 23986: Pass strings to Catmandu for deletion

The deletion subroutine expects to get a string, this is fine in most places,
but when
we sort our records for batch deletion they are cast to numbers and the delete
is not processed.

This patch quotes the biblionumbers as strings before passing them to Catmandu

To aid in detecting orphaned records you can use the patches on bug 22831

To test:
 1 - Have or create a bib
 2 - Go to Tools->Batch record deletion
 3 - Click 'Enter a list of record numbers'
 4 - Enter the biblionumber'
 5 - Confirm deletion
 6 - Search for the record, it still appears
 7 - Apply patch, restart all the things
 8 - Repeat 1-6
 9 - This time the record is deleted
10 - Test other methods of record deletion to confirm the record is removed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list