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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-2 / +1 lines)
Lines 311-317 Link Here
311
                        alert(_("You cannot select an authorised value category and a MARC field") );
311
                        alert(_("You cannot select an authorised value category and a MARC field") );
312
                        return false;
312
                        return false;
313
                    }
313
                    }
314
                } $("#repeatable").prop('checked') == true
314
                }
315
                if ( $("#marcfield").length && $("#repeatable").length) {
315
                if ( $("#marcfield").length && $("#repeatable").length) {
316
                    if ( $("#marcfield").val().length > 0 && $("#repeatable").prop('checked') == true ) {
316
                    if ( $("#marcfield").val().length > 0 && $("#repeatable").prop('checked') == true ) {
317
                        alert(_("You cannot set a MARC field as repeatable") );
317
                        alert(_("You cannot set a MARC field as repeatable") );
318
- 

Return to bug 35044