Koha/installer/data/mysql/atomicupdate
Katrin Fischer b37f898efd
Bug 3150: (follow-up) Improve and fix new notice templates
This fixes several issues found and improves formatting:

* Add missing line breaks <br> where required as we are now using HTML
* Add missing USE statements to show
  * library
  * location
  * Link to the OPAC (Preference was not resolved)
* Make sure there is a comma between library and location
* Make sure Author(s): only displays when there is content after
* The comment field allows multi-line comments, formatting is now preserved

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-27 12:49:41 +02:00
..
bug_3150_-_add_LIST_and_CART_notices.pl Bug 3150: (follow-up) Improve and fix new notice templates 2023-03-27 12:49:41 +02:00
README Bug 17356 - update README 2016-10-28 14:47:04 +00:00
skeleton.pl Bug 32191: Add sample output for copying and pasting to skeleton.pl 2022-11-14 15:08:10 -03:00

Please put your database revision files in this folder.
The Release Manager will remove them here when pushing your patches.

To use the skeleton .perl for your update:

% cp installer/data/mysql/atomicupdate/skeleton.perl
installer/data/mysql/atomicupdate/bug_XXXXX.perl

and put your modifications in where noted.