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

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

Return to bug 37881