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 352-358 Link Here
352
[% MACRO jsinclude BLOCK %]
352
[% MACRO jsinclude BLOCK %]
353
    [% INCLUDE 'datatables.inc' %]
353
    [% INCLUDE 'datatables.inc' %]
354
    <script>
354
    <script>
355
\        function submitForm(form) {
355
        function submitForm(form) {
356
            if (form.closedbg.checked == true) {
356
            if (form.closedbg.checked == true) {
357
                var input = document.createElement("input");
357
                var input = document.createElement("input");
358
                input.setAttribute("type", "hidden");
358
                input.setAttribute("type", "hidden");
359
- 

Return to bug 34085