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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +2 lines)
Lines 512-521 legend.collapsed i.fa.fa-caret-down::before { Link Here
512
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
512
                                                                <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]">
513
                                                                    <span class="label">Guarantor:</span>
513
                                                                    <span class="label">Guarantor:</span>
514
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %]
514
                                                                    [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %]
515
                                                                    <input type="hidden" class="new_guarantor_id" name="new_guarantor_id" value="[% r.guarantor_id | $raw %]"/>
515
                                                                </li>
516
                                                                </li>
516
                                                                <li>
517
                                                                <li>
517
                                                                    <span class="label">Relationship:</span>
518
                                                                    <span class="label">Relationship:</span>
518
                                                                    <span>[% r.relationship | html %]</span>
519
                                                                    <span>[% r.relationship | html %]</span>
520
                                                                    <input type=hidden class="new_guarantor_relationship" name="new_guarantor_relationship" value="[% r.relationship | html %]" />
519
                                                                </li>
521
                                                                </li>
520
522
521
                                                                <li>
523
                                                                <li>
522
- 

Return to bug 32530