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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +1 lines)
Lines 86-92 $(document).ready(function() { Link Here
86
        if ( total_errors > 0 ) {
86
        if ( total_errors > 0 ) {
87
            var mes  = _("Form not submitted because of the following problem(s)");
87
            var mes  = _("Form not submitted because of the following problem(s)");
88
            mes += "\n------------------------------------------------------------------------------------\n";
88
            mes += "\n------------------------------------------------------------------------------------\n";
89
            mes += "\n- " _("%s mandatory fields empty (highlighted)").format(total_errors);
89
            mes += "\n- " + _("%s mandatory fields empty (highlighted)").format(total_errors);
90
            alert(mes);
90
            alert(mes);
91
            return false;
91
            return false;
92
        }
92
        }
93
- 

Return to bug 12161