https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34954 Bug ID: 34954 Summary: Typo: datexpiry Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org $ grep -rn --exclude=*.po "datexpiry" * grep: how-to.pl: No such file or directory koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt:321: <option value="">using the datexpiry value in the file, if present</option> koha-tmpl/intranet-tmpl/prog/nb-NO/modules/tools/import_borrowers.tt:312: <option value="">using the datexpiry value in the file, if present</option> misc/release_notes/release_notes_18_05_00.html:792:<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145">[20145]</a> borrowers.datexpiry eq '0000-00-00' means expired?</li> misc/release_notes/release_notes_18_05_00.md:629:- [[20145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145) borrowers.datexpiry eq '0000-00-00' means expired? t/db_dependent/Koha/Patrons/Import.t:1204: "Expiration date is correct with update_dateexpiry = true no dateexpiry in file and update_datexpiryfromtoday false (i.e. use passed dateenrolled) " t/db_dependent/Koha/Patrons/Import.t:1217: "Expiration date is correct with update_dateexpiry = true no dateexpiry in file and update_datexpiryfromtoday true " t/db_dependent/Koha/Patrons/Import.t:1231: "Expiration date is correct with update_dateexpiry = true no dateexpiry in file and update_datexpiryfromtoday false but no dateenrolled in file (today is used) " "dateexpiry" is used everywhere else. -- You are receiving this mail because: You are watching all bug changes.