Bug 34954: Fixed typo to 'dateexpiry'
authorLaura Escamilla <laura.escamilla@bywatersolutions.com>
Thu, 19 Oct 2023 18:25:51 +0000 (18:25 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 13 Nov 2023 15:22:13 +0000 (15:22 +0000)
commit8f9a4d68b14b3172e2566e3e1ed1760f059c31d0
treee9ce4690e0260c3494c1edc3f732ed9aff67563d
parent1cae3b267a8d482fa3d7099ba7dde1b059d8ba4a
Bug 34954: Fixed typo to 'dateexpiry'

To test:

1. In KTD use grep -rn --exclude=*.po "datexpiry" *
2. Notice that the four locations below are showing the typo:
    1. git add koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt
    2. git add misc/release_notes/release_notes_18_05_00.html
    3. git add misc/release_notes/release_notes_18_05_00.md
    4. git add t/db_dependent/Koha/Patrons/Import.t
3. Apply patch. Repeat step 1.
4. Notice that no results show. All instances of the typo have been fixed to dateexpiry.
5. Sign off and have a great day :)

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d742f29d77ee1e8a6f825678ce879d4a04037c92)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 9b87ae61ad81e056ff7f8972ee8deca86666e17b)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt
misc/release_notes/release_notes_18_05_00.html
misc/release_notes/release_notes_18_05_00.md
t/db_dependent/Koha/Patrons/Import.t