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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-2 / +1 lines)
Lines 202-208 Link Here
202
                if ( $("#marcfield").length && $("select[name='authorised_value_category']").length ) {
202
                if ( $("#marcfield").length && $("select[name='authorised_value_category']").length ) {
203
                    if ( $("#marcfield").val().length > 0
203
                    if ( $("#marcfield").val().length > 0
204
                        && $("select[name='authorised_value_category']" ).val().length > 0 ) {
204
                        && $("select[name='authorised_value_category']" ).val().length > 0 ) {
205
                        alert(_("You cannot select an authorised value category and a marcfield") );
205
                        alert(_("You cannot select an authorised value category and a MARC field") );
206
                        return false;
206
                        return false;
207
                    }
207
                    }
208
                }
208
                }
209
- 

Return to bug 22764