|
Lines 443-449
legend:hover {
Link Here
|
| 443 |
[% IF category_type == 'I' %] |
443 |
[% IF category_type == 'I' %] |
| 444 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
444 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
| 445 |
<span class="label">Organization:</span> |
445 |
<span class="label">Organization:</span> |
| 446 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
446 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor %] |
| 447 |
</li> |
447 |
</li> |
| 448 |
<li> |
448 |
<li> |
| 449 |
<span class="label">Relationship:</span> |
449 |
<span class="label">Relationship:</span> |
|
Lines 452-458
legend:hover {
Link Here
|
| 452 |
[% ELSE %] |
452 |
[% ELSE %] |
| 453 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
453 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
| 454 |
<span class="label">Guarantor:</span> |
454 |
<span class="label">Guarantor:</span> |
| 455 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
455 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor %] |
| 456 |
</li> |
456 |
</li> |
| 457 |
<li> |
457 |
<li> |
| 458 |
<span class="label">Relationship:</span> |
458 |
<span class="label">Relationship:</span> |
| 459 |
- |
|
|