https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41880
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |If a record-level hold is release notes| |moved from one record to | |another (or an item-level | |hold is moved from one item | |to another), and no change | |was made to the hold before | |it was moved, there was no | |way to identify the record | |or item for the original | |hold (when HoldsLog is | |enabled). | | | |With this change, both the | |old record (or item) number | |and new record number (or | |item) are now shown in the | |log viewer Info and Diff | |columns. | | | |This is shown in the diff | |column as O for the old | |biblionumber (or | |itemnumber) and N for the | |new biblionumber (or | |itemnumber). | | | |Example for the Diff column | |for a record-level hold | |that was moved: | | | |- Before (note "O":"11" and | |"N":11): | | | |{"D":{"biblionumber":{"O":" | |11","N":11},"timestamp":{"O | |":"2026-02-28 | |02:39:44","N":"2026-02-28 | |02:42:02"}}} | | | |- After (note "N":11 and | |"O":262): | | | |{"D":{"biblionumber":{"N":1 | |1,"O":262},"timestamp":{"O" | |:"2026-02-28 | |02:54:57","N":"2026-02-28 | |02:55:18"}}} | | | |Example for the Diff column | |for a record-level hold | |that was moved: | | | |- Before (note that no | |biblionumbers or | |itemnumbers are shown): | | | |{"D":{"timestamp":{"N":"202 | |6-02-28 | |02:51:07","O":"2026-02-28 | |02:50:00"}}} | | | |- After (note that the new | |and old biblionumbers and | |itemnumbers are now shown): | | | |{"D":{"biblionumber":{"O":1 | |39,"N":255},"itemnumber":{" | |N":563,"O":296},"timestamp" | |:{"N":"2026-02-28 | |02:59:33","O":"2026-02-28 | |02:58:34"}}} CC| |[email protected] -- 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/
