[Koha-bugs] [Bug 20067] Wrong display of authorised value for items.materials on staff detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 23 15:05:43 CET 2018


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #72991|0                           |1
        is obsolete|                            |
  Attachment #72992|0                           |1
        is obsolete|                            |

--- Comment #24 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 73181
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73181&action=edit
Bug 20067: Fix false display of authorised value for materials on staff detail
page

Koha didn't check for a linked authorised value category for
Koha didn't check for a linked authorised value category for
items.materials correctly which led to displaying false information
on the detail page.

To test:
- before applying the patch:
- make sure sample data and configuration is loaded
- edit any item
- write 2 in the $3 materials specificed
- check the details page normal view - it will display 'restocking'
- apply patch
- check display, it should now show "2"
- link 952$3 (MARC21) to ORDER_CANCELLATION_REASON
- check display again, it should now show 'restocking'

Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list