Bug 24064: DUEDGST typoed as DUEGST
authorMagnus Enger <magnus@libriotech.no>
Mon, 18 Nov 2019 20:41:45 +0000 (21:41 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 16 Dec 2019 21:30:20 +0000 (21:30 +0000)
commit2db1ef5944316ebf44f8eef6c31c9dbe038f62bc
tree64eb47fcea11fb12594acaa2f1c1129cfc984149
parent418259f4d39420856ceb9f5b94b9cb90733f3382
Bug 24064: DUEDGST typoed as DUEGST

Bug 20478 introduced a typo where the letter code DUEDGST was changed
to DUEGST. This patch fixes it.

To test:
- Run "grep -r DUEDGST *" on the Koha git repo. Notice that this letter
  code is used in e.g. sample notices.
- Run "grep -r DUEGST *" and notice that this code only occurs twice,
  in misc/cronjobs/advance_notices.pl.
- Aply this patch.
- Run "grep -r DUEGST *" again, and notice there are no more occurences
  of this typo.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 5df9c63eea6ecbd75079dbd62759db01927548dd)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/cronjobs/advance_notices.pl