Lines 64-83
Date due: <<issues.date_due>><br />
Link Here
|
64 |
<hr /> |
64 |
<hr /> |
65 |
</div> |
65 |
</div> |
66 |
</news>', 1), |
66 |
</news>', 1), |
67 |
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3> |
67 |
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%] |
68 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
68 |
<h3>[% branch.branchname %]</h3> |
69 |
(<<borrowers.cardnumber>>) <br /> |
69 |
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br /> |
|
|
70 |
([% borrower.cardnumber %]) <br /> |
70 |
|
71 |
|
71 |
<<today>><br /> |
72 |
[% today | $KohaDates %]<br /> |
72 |
|
73 |
|
73 |
<h4>Checked Out Today</h4> |
74 |
<h4>Checked Out Today</h4> |
74 |
<checkedout> |
75 |
[% FOREACH checkout IN borrower.checkouts %] |
75 |
<p> |
76 |
[% IF checkout.is_from_today %] |
76 |
<<biblio.title>> <br /> |
77 |
<p> |
77 |
Barcode: <<items.barcode>><br /> |
78 |
[% checkout.item.biblio.title %] <br /> |
78 |
Date due: <<issues.date_due>><br /> |
79 |
Barcode: [% checkout.item.barcode %]<br /> |
79 |
</p> |
80 |
Date due: [% checkout.date_due %]<br /> |
80 |
</checkedout>', 1), |
81 |
</p> |
|
|
82 |
[% END %] |
83 |
[% END %] |
84 |
', 1), |
81 |
('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> |
85 |
('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> |
82 |
|
86 |
|
83 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
87 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
84 |
- |
|
|