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 |
- |
|
|