https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37866
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa@montgomeryc | |ountymd.gov QA Contact|[email protected] |emily.lamancusa@montgomeryc |y.org |ountymd.gov --- Comment #7 from Emily Lamancusa (emlam) <[email protected]> --- (In reply to Emmi Takkinen from comment #6) > I was thinking about this some more, is it really wise to prevent pop up > from launching if syspref is off but still display button in UI? It's kinda > confusing for the user to have button there but no any kind of hint why it's > not working. Looks like the bug was a missed case from 66b35f50 - Bug 28854: Enable claims return view when BundleLostValue is set. The button (actually, all return claims functionality) is hidden if both ClaimReturnedLostValue and BundleLostValue are empty. So this should be fine - the check for BundleLostValue just got missed in this spot, causing the modal to not load when it should have. -- 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/
