https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570

--- Comment #8 from Jonathan Druart <jonathan.druart+k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to