Bug 14570: Make it possible to add multiple guarantors to a record
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-user.tt
index d94a05b..40f5eed 100644 (file)
 
                                     <tbody>
                                         [% FOREACH r IN relatives %]
-                                            [% FOREACH i IN r.issues %]
+                                            [% FOREACH c IN r.checkouts %]
                                                 <tr>
                                                     <td>
                                                         <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.item.biblio.biblionumber | uri %]">
                                                     </td>
 
                                                     <td>
-                                                        [% i.date_due | $KohaDates %]
+                                                        [% c.date_due | $KohaDates %]
                                                     </td>
 
                                                     <td>
-                                                        [% i.item.barcode | html %]
+                                                        [% c.item.barcode | html %]
                                                     </td>
 
                                                     <td>
-                                                        [% i.item.itemcallnumber | html %]
+                                                        [% c.item.itemcallnumber | html %]
                                                     </td>
 
                                                     <td>