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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-2 / +1 lines)
Lines 356-362 Link Here
356
[% MACRO jsinclude BLOCK %]
356
[% MACRO jsinclude BLOCK %]
357
    [% INCLUDE 'datatables.inc' %]
357
    [% INCLUDE 'datatables.inc' %]
358
    <script>
358
    <script>
359
\        function submitForm(form) {
359
        function submitForm(form) {
360
            if (form.closedbg.checked == true) {
360
            if (form.closedbg.checked == true) {
361
                var input = document.createElement("input");
361
                var input = document.createElement("input");
362
                input.setAttribute("type", "hidden");
362
                input.setAttribute("type", "hidden");
363
- 

Return to bug 34085