https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23305
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- --- Comment #5 from Katrin Fischer <[email protected]> --- (In reply to Andrew Fuerste-Henry from comment #4) > This is possible since bug 29781. Using capturing groups in a regex > substitution, one can basically say "replace the current note with the > current note plus these new words." > > A very basic example, if one wanted to append the text "Disc cleaned > 5-26-23" to all notes on a group of items, one could put "(.*)" in the Regex > Pattern and "$1 Disc Cleaned 5-26-23" in the Regex Replacement in the item > batch mod interface. This might make a great addition for the manual. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
