Bug 22764: Change marcfield to MARC field in alert message

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2019-04-24 23:42:45 +00:00 committed by Nick Clemens
parent 63d942d84f
commit 90b8fb62ee

View file

@ -202,7 +202,7 @@
if ( $("#marcfield").length && $("select[name='authorised_value_category']").length ) {
if ( $("#marcfield").val().length > 0
&& $("select[name='authorised_value_category']" ).val().length > 0 ) {
alert(_("You cannot select an authorised value category and a marcfield") );
alert(_("You cannot select an authorised value category and a MARC field") );
return false;
}
}