https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067
Jesse Maseto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #72120|0 |1 is obsolete| | --- Comment #22 from Jesse Maseto <[email protected]> --- Created attachment 72991 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72991&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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
