View | Details | Raw Unified | Return to bug 29768
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-3 / +2 lines)
Lines 476-482 legend:hover { Link Here
476
                                                            [% IF patron_category.category_type == 'I' %]
476
                                                            [% IF patron_category.category_type == 'I' %]
477
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
477
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
478
                                                                    <span class="label">Organization:</span>
478
                                                                    <span class="label">Organization:</span>
479
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %]
479
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor %]
480
                                                                </li>
480
                                                                </li>
481
                                                                <li>
481
                                                                <li>
482
                                                                    <span class="label">Relationship:</span>
482
                                                                    <span class="label">Relationship:</span>
Lines 485-491 legend:hover { Link Here
485
                                                            [% ELSE %]
485
                                                            [% ELSE %]
486
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
486
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
487
                                                                    <span class="label">Guarantor:</span>
487
                                                                    <span class="label">Guarantor:</span>
488
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %]
488
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor %]
489
                                                                </li>
489
                                                                </li>
490
                                                                <li>
490
                                                                <li>
491
                                                                    <span class="label">Relationship:</span>
491
                                                                    <span class="label">Relationship:</span>
492
- 

Return to bug 29768