Bug 34954: Fixed typo to 'dateexpiry'
authorLaura Escamilla <laura.escamilla@bywatersolutions.com>
Thu, 19 Oct 2023 18:25:51 +0000 (18:25 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 8 Nov 2023 07:12:40 +0000 (21:12 -1000)
commit9b87ae61ad81e056ff7f8972ee8deca86666e17b
tree3769d0cb89cc6b55d8c75ce2480eeb5dffeb289e
parentdfd5562503059ede3de3e30d8fe4c853839182ac
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>
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