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

(-)a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js (-2 / +1 lines)
Lines 73-79 $(document).ready(function() { Link Here
73
73
74
        if (0 < CheckMandatorySubfields(this.form)) {
74
        if (0 < CheckMandatorySubfields(this.form)) {
75
            // Open the item tab
75
            // Open the item tab
76
            $('#tabs').tabs('option', 'active', 1);
76
            $('.nav-tabs .items_info').tab('show');
77
77
78
            alert(__('Some required item subfields are not set'));
78
            alert(__('Some required item subfields are not set'));
79
            return false;
79
            return false;
80
- 

Return to bug 32045