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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (+1 lines)
Lines 17-22 Link Here
17
[% INCLUDE 'datatables.inc' %]
17
[% INCLUDE 'datatables.inc' %]
18
[% Asset.js("js/acq.js") | $raw %]
18
[% Asset.js("js/acq.js") | $raw %]
19
[% Asset.js("js/funds_sorts.js") | $raw %]
19
[% Asset.js("js/funds_sorts.js") | $raw %]
20
[% Asset.js("js/cataloging.js") | $raw %]
20
[% Asset.js("js/addorderiso2709.js") | $raw %]
21
[% Asset.js("js/addorderiso2709.js") | $raw %]
21
[% INCLUDE 'calendar.inc' %]
22
[% INCLUDE 'calendar.inc' %]
22
</head>
23
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js (-1 / +8 lines)
Lines 71-76 $(document).ready(function() { Link Here
71
            return false;
71
            return false;
72
        }
72
        }
73
73
74
        if (0 < CheckMandatorySubfields(this.form)) {
75
            // Open the item tab
76
            $('#tabs').tabs('option', 'active', 1);
77
78
            alert(__('Some required item subfields are not set'));
79
            return false;
80
        }
81
74
        disableUnchecked($(this.form));
82
        disableUnchecked($(this.form));
75
83
76
        $(this.form).submit();
84
        $(this.form).submit();
77
- 

Return to bug 30268