Bug 24064: DUEDGST typoed as DUEGST
authorMagnus Enger <magnus@libriotech.no>
Mon, 18 Nov 2019 20:41:45 +0000 (21:41 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 19 Nov 2019 15:16:58 +0000 (15:16 +0000)
commit5df9c63eea6ecbd75079dbd62759db01927548dd
tree229c447cf1fa7e6024ea77ba1e7284a62289ea8f
parent24f780e22f68fb0e5968ae065cf0f73a9c978799
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>
misc/cronjobs/advance_notices.pl