|
Lines 91-110
Date due: <<issues.date_due>><br />
Link Here
|
| 91 |
<hr /> |
91 |
<hr /> |
| 92 |
</div> |
92 |
</div> |
| 93 |
</news>', 1), |
93 |
</news>', 1), |
| 94 |
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3> |
94 |
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%] |
| 95 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
95 |
<h3>[% branch.branchname %]</h3> |
| 96 |
(<<borrowers.cardnumber>>) <br /> |
96 |
Checked out to [% patron.title %] [% patron.firstname %] [% patron.initials %] [% patron.surname %] <br /> |
|
|
97 |
([% patron.cardnumber %]) <br /> |
| 97 |
|
98 |
|
| 98 |
<<today>><br /> |
99 |
[% today | $KohaDates %]<br /> |
| 99 |
|
100 |
|
| 100 |
<h4>Checked Out Today</h4> |
101 |
<h4>Checked Out Today</h4> |
| 101 |
<checkedout> |
102 |
[% FOREACH checkout IN patron.todays_checkouts %] |
| 102 |
<p> |
103 |
<p> |
| 103 |
<<biblio.title>> <br /> |
104 |
[% checkout.item.biblio.title %] </br /> |
| 104 |
Barcode: <<items.barcode>><br /> |
105 |
Barcode: [% checkout.item.barcode %]<br /> |
| 105 |
Date due: <<issues.date_due>><br /> |
106 |
Date due: [% checkout.date_due %]<br /> |
| 106 |
</p> |
107 |
</p> |
| 107 |
</checkedout>', 1), |
108 |
[% END %] |
|
|
109 |
', 1), |
| 108 |
('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> |
110 |
('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> |
| 109 |
|
111 |
|
| 110 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
112 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
| 111 |
- |
|
|