@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt @@ -141,10 +141,10 @@ [% hold = item.current_holds.next %] [% IF ( item.recall ) %] - [% IF ( item.recall.waitingdate ) %] - Waiting for patron at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.waitingdate | $KohaDates %]. + [% IF ( item.recall.waiting_date ) %] + Waiting for patron at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]. [% ELSE %] - Recalled by patron expected at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.recalldate | $KohaDates %]. + Recalled by patron expected at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.created_date | $KohaDates %]. [% END %] [% ELSIF ( hold.waitingdate ) %] --