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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +1 lines)
Lines 324-330 Link Here
324
            $("form[name='edition']").on('submit', function(e){
324
            $("form[name='edition']").on('submit', function(e){
325
                if ( $(this).find("input[name='serialid']:checked").size() == 0 ) {
325
                if ( $(this).find("input[name='serialid']:checked").size() == 0 ) {
326
                    e.preventDefault();
326
                    e.preventDefault();
327
                    alert("You must select at least one serial to edit");
327
                    alert(_("You must select at least one serial to edit"));
328
                    return 0;
328
                    return 0;
329
                }
329
                }
330
                return 1;
330
                return 1;
331
- 

Return to bug 20616