Bug 23049: Update existing code to use debit_type
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-print.tt
index 4c722d2..8bfc483 100644 (file)
                           , [% account.description | html %]
                       [% END %]
                        
-                      [% IF ( account.itemnumber AND account.accounttype != 'OVERDUE' ) %]
+                      [% IF ( account.itemnumber AND account.debit_type_code != 'OVERDUE' ) %]
                           <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber | uri %]&amp;itemnumber=[% account.itemnumber | uri %]">[% account.item.biblio.title | html %]</a>
                       [% END %]
                   </td>