|
Lines 84-89
Link Here
|
| 84 |
<th class="hq-enumchron">Enumeration</th> |
84 |
<th class="hq-enumchron">Enumeration</th> |
| 85 |
<th class="hq-barcode">Barcode</th> |
85 |
<th class="hq-barcode">Barcode</th> |
| 86 |
<th class="hq-patron">Patron</th> |
86 |
<th class="hq-patron">Patron</th> |
|
|
87 |
<th class="hq-patroncategory">Patron category</th> |
| 87 |
<th class="hq-sendto">Send to</th> |
88 |
<th class="hq-sendto">Send to</th> |
| 88 |
<th class="hq-date">Date</th> |
89 |
<th class="hq-date">Date</th> |
| 89 |
<th class="hq-notes">Notes</th> |
90 |
<th class="hq-notes">Notes</th> |
|
Lines 129-134
Link Here
|
| 129 |
<input type="text" placeholder="Patron"> |
130 |
<input type="text" placeholder="Patron"> |
| 130 |
</span> |
131 |
</span> |
| 131 |
</td> |
132 |
</td> |
|
|
133 |
<td class="hq-patroncategory"> |
| 134 |
<span class="filter_column filter_text"> |
| 135 |
<input type="text" placeholder="Patron category"> |
| 136 |
</span> |
| 137 |
</td> |
| 132 |
<td class="hq-sendto"> |
138 |
<td class="hq-sendto"> |
| 133 |
<span class="filter_column filter_text"> |
139 |
<span class="filter_column filter_text"> |
| 134 |
<input type="text" placeholder="Send to"> |
140 |
<input type="text" placeholder="Send to"> |
|
Lines 193-198
Link Here
|
| 193 |
<p>[% itemsloo.patron.phone | html %]</p> |
199 |
<p>[% itemsloo.patron.phone | html %]</p> |
| 194 |
[% END %] |
200 |
[% END %] |
| 195 |
</td> |
201 |
</td> |
|
|
202 |
<td class="hq-patron-category">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td> |
| 196 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td> |
203 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td> |
| 197 |
<td class="hq-date" data-order="[% itemsloo.reservedate | html %]">[% itemsloo.reservedate | $KohaDates %]</td> |
204 |
<td class="hq-date" data-order="[% itemsloo.reservedate | html %]">[% itemsloo.reservedate | $KohaDates %]</td> |
| 198 |
<td class="hq-notes">[% itemsloo.notes | html %]</td> |
205 |
<td class="hq-notes">[% itemsloo.notes | html %]</td> |
| 199 |
- |
|
|