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