https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010
--- Comment #33 from Lucas Gass (lukeg) <[email protected]> --- > I do have one question, though: in Item.pm, the store method is throwing an > exception in the middle if a withdrawn status is blocked by the syspref. > Wouldn't that interrupt the processing of unrelated fields? (Or am I missing > some Perl magic here?) Good question, Emily! I wrote this so if you try to update an item to a status that is not allowed via the system preference, we stop and exit. You can't get into this IF statement unless the syspref is on and you are editing the withdrawn status. If you edit other fields they won't be saved. It sounds like you would like this warn the user that they cannot updated the withdrawn status but continue to update other fields they have changes at that same time? -- 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/
