Bug 22764: Change marcfield to MARC field in alert message
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 24 Apr 2019 23:42:45 +0000 (23:42 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 11:36:23 +0000 (11:36 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt

index a20264c..8083dc1 100755 (executable)
                 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;
                     }
                 }