|
Lines 141-155
Link Here
|
| 141 |
<th>First name</th> |
141 |
<th>First name</th> |
| 142 |
<th>Library</th> |
142 |
<th>Library</th> |
| 143 |
<th>Patron category</th> |
143 |
<th>Patron category</th> |
|
|
144 |
<th>Street number</th> |
| 145 |
<th>Address</th> |
| 146 |
<th>Address 2</th> |
| 144 |
<th>City</th> |
147 |
<th>City</th> |
| 145 |
<th>State</th> |
148 |
<th>State</th> |
| 146 |
<th>ZIP/Postal code</th> |
149 |
<th>ZIP/Postal code</th> |
| 147 |
<th>Country</th> |
150 |
<th>Country</th> |
|
|
151 |
<th>Primary email</th> |
| 152 |
<th>Phone</th> |
| 153 |
<th>Mobile</th> |
| 148 |
<th class="title-string">Registration date</th> |
154 |
<th class="title-string">Registration date</th> |
| 149 |
<th class="title-string">Expiry date</th> |
155 |
<th class="title-string">Expiry date</th> |
| 150 |
<th>Circulation note</th> |
156 |
<th>Circulation note</th> |
| 151 |
<th>OPAC note</th> |
157 |
<th>OPAC note</th> |
| 152 |
<th>Primary email</th> |
|
|
| 153 |
<th>Restriction expiration</th> |
158 |
<th>Restriction expiration</th> |
| 154 |
<th>Restriction comment</th> |
159 |
<th>Restriction comment</th> |
| 155 |
[% FOREACH attrh IN attributes_header %] |
160 |
[% FOREACH attrh IN attributes_header %] |
|
Lines 168-182
Link Here
|
| 168 |
<td>[% borrower.firstname | html %]</td> |
173 |
<td>[% borrower.firstname | html %]</td> |
| 169 |
<td>[% Branches.GetName( borrower.branchcode ) | html %]</td> |
174 |
<td>[% Branches.GetName( borrower.branchcode ) | html %]</td> |
| 170 |
<td>[% Categories.GetName(borrower.categorycode) | html %]</td> |
175 |
<td>[% Categories.GetName(borrower.categorycode) | html %]</td> |
|
|
176 |
<td>[% borrower.streetnumber | html %]</td> |
| 177 |
<td>[% borrower.address | html %]</td> |
| 178 |
<td>[% borrower.address2 | html %]</td> |
| 171 |
<td>[% borrower.city | html %]</td> |
179 |
<td>[% borrower.city | html %]</td> |
| 172 |
<td>[% borrower.state | html %]</td> |
180 |
<td>[% borrower.state | html %]</td> |
| 173 |
<td>[% borrower.zipcode | html %]</td> |
181 |
<td>[% borrower.zipcode | html %]</td> |
| 174 |
<td>[% borrower.country | html %]</td> |
182 |
<td>[% borrower.country | html %]</td> |
|
|
183 |
<td>[% borrower.email | html %]</td> |
| 184 |
<td>[% borrower.phone | html %]</td> |
| 185 |
<td>[% borrower.mobile | html %]</td> |
| 175 |
<td><span title="[% borrower.dateenrolled | html %]">[% borrower.dateenrolled | $KohaDates %]</span></td> |
186 |
<td><span title="[% borrower.dateenrolled | html %]">[% borrower.dateenrolled | $KohaDates %]</span></td> |
| 176 |
<td><span title="[% borrower.dateexpiry | html %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
187 |
<td><span title="[% borrower.dateexpiry | html %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
| 177 |
<td>[% borrower.borrowernotes | html %]</td> |
188 |
<td>[% borrower.borrowernotes | html %]</td> |
| 178 |
<td>[% borrower.opacnote | html %]</td> |
189 |
<td>[% borrower.opacnote | html %]</td> |
| 179 |
<td>[% borrower.email | html %]</td> |
|
|
| 180 |
<td><span title="[% borrower.debarred | html %]">[% borrower.debarred | $KohaDates %]</span></td> |
190 |
<td><span title="[% borrower.debarred | html %]">[% borrower.debarred | $KohaDates %]</span></td> |
| 181 |
<td>[% borrower.debarredcomment | html %]</td> |
191 |
<td>[% borrower.debarredcomment | html %]</td> |
| 182 |
[% FOREACH pa IN borrower.patron_attributes %] |
192 |
[% FOREACH pa IN borrower.patron_attributes %] |
|
Lines 215-220
Link Here
|
| 215 |
Library: |
225 |
Library: |
| 216 |
[% CASE 'categorycode' %] |
226 |
[% CASE 'categorycode' %] |
| 217 |
Patron category: |
227 |
Patron category: |
|
|
228 |
[% CASE 'streetnumber' %] |
| 229 |
Street number: |
| 230 |
[% CASE 'address' %] |
| 231 |
Address: |
| 232 |
[% CASE 'address2' %] |
| 233 |
Address 2: |
| 218 |
[% CASE 'city' %] |
234 |
[% CASE 'city' %] |
| 219 |
City: |
235 |
City: |
| 220 |
[% CASE 'state' %] |
236 |
[% CASE 'state' %] |
|
Lines 223-228
Link Here
|
| 223 |
ZIP/Postal code: |
239 |
ZIP/Postal code: |
| 224 |
[% CASE 'country' %] |
240 |
[% CASE 'country' %] |
| 225 |
Country: |
241 |
Country: |
|
|
242 |
[% CASE 'email' %] |
| 243 |
Primary email: |
| 244 |
[% CASE 'phone' %] |
| 245 |
Phone: |
| 246 |
[% CASE 'mobile' %] |
| 247 |
Mobile: |
| 226 |
[% CASE 'sort1' %] |
248 |
[% CASE 'sort1' %] |
| 227 |
Sort 1: |
249 |
Sort 1: |
| 228 |
[% CASE 'sort2' %] |
250 |
[% CASE 'sort2' %] |
|
Lines 235-242
Link Here
|
| 235 |
Circulation note: |
257 |
Circulation note: |
| 236 |
[% CASE 'opacnote' %] |
258 |
[% CASE 'opacnote' %] |
| 237 |
OPAC note: |
259 |
OPAC note: |
| 238 |
[% CASE 'email' %] |
|
|
| 239 |
Primary email: |
| 240 |
[% CASE 'debarred' %] |
260 |
[% CASE 'debarred' %] |
| 241 |
Restriction expiration: |
261 |
Restriction expiration: |
| 242 |
[% CASE 'debarredcomment' %] |
262 |
[% CASE 'debarredcomment' %] |