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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 342-348 Patrons: Link Here
342
         - "Guarantors can be the following of those they guarantee:"
342
         - "Guarantors can be the following of those they guarantee:"
343
         - pref: borrowerRelationship
343
         - pref: borrowerRelationship
344
           class: multi
344
           class: multi
345
         - (input multiple choices separated by |).
345
         - (input multiple choices separated by |, leave a | at the end to allow to librarians to leave blank).
346
     -
346
     -
347
         - "When adding a guarantee to a guarantor, whether it's from the guarantor's form or the guarantee's form, fill the following fields in the guarantee's member entry form from the guarantors record:"
347
         - "When adding a guarantee to a guarantor, whether it's from the guarantor's form or the guarantee's form, fill the following fields in the guarantee's member entry form from the guarantors record:"
348
         - pref: PrefillGuaranteeField
348
         - pref: PrefillGuaranteeField
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 218-224 legend.collapsed i.fa.fa-caret-down::before { Link Here
218
                                        <li id="ERROR_cannot_delete_guarantor">Cannot delete guarantor(s). A child patron needs a guarantor.</li>
218
                                        <li id="ERROR_cannot_delete_guarantor">Cannot delete guarantor(s). A child patron needs a guarantor.</li>
219
                                    [% END %]
219
                                    [% END %]
220
                                    [% IF ( ERROR_invalid_relationship ) %]
220
                                    [% IF ( ERROR_invalid_relationship ) %]
221
                                        <li id="ERROR_invalid_relationship">Guarantor relationship is invalid.</li>
221
                                        <li id="ERROR_invalid_relationship">Administrators do not allow to leave guarantor relationship blank</li>
222
                                    [% END %]
222
                                    [% END %]
223
                                </ul>
223
                                </ul>
224
                            </div>
224
                            </div>
225
- 

Return to bug 37528