https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570 --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I think those two occurrences are bad rebase conflict resolution: opac-user.tt <td class="recalldate" data-order="[% RECALL.created_date | html %]"> - <span title="[% RECALL.created_date | html %]"> + <span title="[% RECALL.recalldate | html %]"> <span class="tdlabel">Recall date:</span> [% RECALL.created_date | $KohaDates %] - [% RECALL.expiration_date | $KohaDates %] + [% RECALL.expirationdate | $KohaDates %] -- You are receiving this mail because: You are watching all bug changes.