[Bug 14783] Allow patrons to change pickup location for non-waiting holds
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.hafen@washk12.org --- Comment #54 from Michael Hafen <michael.hafen@washk12.org> --- Created attachment 143025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143025&action=edit Bug 14783: (follow-up) MySQL doesn't like selecting from a table it is updating I have a problem with the db_rev. MySQL doesn't allow selecting from a table you are updating (which has tripped me up before too). MySQL error message: ERROR 1093 (HY000): You can't specify target table 'systempreferences' for update in FROM clause The value needs to be selected separately. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org