From 1c47509904d9a6dc5ddf1651f9addbf537e726a4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 13 Jan 2025 14:44:13 +0100 Subject: [PATCH] Bug 38872: Fix the missing occurrences Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/includes/patron_messages.inc | 8 ++++---- .../prog/en/modules/circ/curbside_pickups.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/members/moremember.tt | 4 ++-- .../prog/en/modules/offline_circ/process_koc.tt | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index 99ce12b078..d363005f69 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -24,9 +24,9 @@ Expiration: Patron's card expires on [% patron.dateexpiry | $KohaDates %]. [% IF ( moremember ) %] - Renew or Edit details + Renew or Edit details [% ELSE %] - Renew or Edit details + Renew or Edit details [% END %] [% END %] @@ -45,9 +45,9 @@ Patron's card expired on [% expiry | $KohaDates %] [% END %] [% IF ( moremember ) %] - Renew or Edit details + Renew or Edit details [% ELSE %] - Renew or Edit details + Renew or Edit details [% END %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt index ac46f7e8c6..febb6b2cc1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt @@ -61,7 +61,7 @@ [% BLOCK waiting_holds %] [% SET waiting_holds = cp.patron.holds.search( found => 'W', branchcode => Branches.GetLoggedInBranchcode ) %] [% FOREACH h IN waiting_holds %] - [% h.biblio.title | html %] ([% h.biblio.author | html %], [% h.item.barcode | html %])
+ [% h.biblio.title | html %] ([% h.biblio.author | html %], [% h.item.barcode | html %])
[% END %] [% END %] @@ -395,7 +395,7 @@ [% FOREACH c IN cp.checkouts %] [% IF date.format(c.issuedate, format = '%Y-%m-%d') == today_iso %] - [% c.item.biblio.title | html %] ([% c.item.biblio.author | html %], [% c.item.barcode | html %])
+ [% c.item.biblio.title | html %] ([% c.item.biblio.author | html %], [% c.item.barcode | html %])
[% END %] [% END %] @@ -446,7 +446,7 @@ [% IF waiting_holds.count %] [% FOREACH h IN waiting_holds %]
  • - [% h.biblio.title | html %] ([% h.biblio.author | html %], [% h.item.barcode | html %]) + [% h.biblio.title | html %] ([% h.biblio.author | html %], [% h.item.barcode | html %])
  • [% END %] [% ELSE %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index a12b9e3a50..5f59267926 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -438,12 +438,12 @@ [% patron.dateexpiry | $KohaDates %] Expired - Renew or Edit details + Renew or Edit details [% ELSIF ( patron.is_going_to_expire ) %] [% patron.dateexpiry | $KohaDates %] Patron expires soon - Renew or Edit details + Renew or Edit details [% ELSE %] [% patron.dateexpiry | $KohaDates %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt index ee64697cc2..da9822a715 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt @@ -53,9 +53,9 @@ [% END %] [% IF ( message.ERROR_no_borrower_from_item ) %]

    Warning: Unable to determine patron from item barcode ([% message.badbarcode | html %]). Cannot check in.

    [% END %] - [% IF ( message.issue ) %]

    Checked out [% message.title | html %] ([% message.barcode | html %]) to [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] - [% IF ( message.renew ) %]

    Renewed [% message.title | html %] ([% message.barcode | html %]) for [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] - [% IF ( message.return ) %]

    Checked in [% message.title | html %] ([% message.barcode | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] + [% IF ( message.issue ) %]

    Checked out [% message.title | html %] ([% message.barcode | html %]) to [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] + [% IF ( message.renew ) %]

    Renewed [% message.title | html %] ([% message.barcode | html %]) for [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] + [% IF ( message.return ) %]

    Checked in [% message.title | html %] ([% message.barcode | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] [% IF ( message.payment ) %]

    Accepted payment ([% message.amount | html %]) from [% message.firstname | html %] [% message.surname | html %] ([% message.cardnumber | html %]): [% message.datetime | html %]

    [% END %] [% END %] [% ELSE %] -- 2.39.5