<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Simple question I'm sure, but there's this bug in circulation.tt
    that shows I haven't played much with the new Schema structure:<br>
    <br>
    (circulation.tt, line 672)<br>
    [% IF ( issue ) %]<br>
        <div class="lastchecked"><br>
            <p><strong>Checked out: </strong>[% <b>issue.item.biblio.title</b>
    %] ([% issue.item.barcode %]). Due on [% issue.date_due | $KohaDates
    %]</p><br>
        </div><br>
    [% END %]<br>
    <br>
    This (<b>in bold</b>) never shows up.  The item.biblio link, well,
    it doesn't exists in the Result::Item per my understanding. 
    Whatever I tried with biblioitem(s) in between didn't pan either.<br>
    <br>
    Suggestions would be appreciated.<br>
    <br>
    (If this is indeed a bug and not a code 18, I'll be happy to do the
    "paperwork" to file it in)<br>
    <br>
    Thanks,<br>
    Blou<br>
    <br>
    <br>
    <br>
  </body>
</html>