Bug 34954: Fixed typo to 'dateexpiry'
authorLaura Escamilla <laura.escamilla@bywatersolutions.com>
Thu, 19 Oct 2023 18:25:51 +0000 (18:25 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 20 Oct 2023 20:22:02 +0000 (17:22 -0300)
commitd742f29d77ee1e8a6f825678ce879d4a04037c92
tree9a100c077697cef9cda066d0b45e6ec749c61e68
parent5b1d4b165bb8066a24d1f6f3004a6d95bfa7c3d4
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>
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