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

(-)a/acqui/neworderempty.pl (+1 lines)
Lines 414-419 $template->param( Link Here
414
    barcode_subfield => $barcode_subfield,
414
    barcode_subfield => $barcode_subfield,
415
    import_batch_id  => $import_batch_id,
415
    import_batch_id  => $import_batch_id,
416
    subscriptionid   => $subscriptionid,
416
    subscriptionid   => $subscriptionid,
417
    acqcreate        => C4::Context->preference("AcqCreateItem") eq "ordering" ? 1 : "",
417
    (uc(C4::Context->preference("marcflavour"))) => 1
418
    (uc(C4::Context->preference("marcflavour"))) => 1
418
);
419
);
419
420
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +2 lines)
Lines 129-134 $(document).ready(function() Link Here
129
129
130
        //We apply the fonction only for modify option
130
        //We apply the fonction only for modify option
131
        [% IF ( quantityrec ) %]
131
        [% IF ( quantityrec ) %]
132
        [% IF ( acqcreate ) %]
132
        $('#quantity').blur(function() 
133
        $('#quantity').blur(function() 
133
        {
134
        {
134
            // if user decreases the quantity
135
            // if user decreases the quantity
Lines 148-153 $(document).ready(function() Link Here
148
            }
149
            }
149
        });
150
        });
150
        [% END %]
151
        [% END %]
152
        [% END %]
151
        
153
        
152
        //keep a copy of all budgets before removing the inactives
154
        //keep a copy of all budgets before removing the inactives
153
        disabledBudgetsCopy = $('#budget_id').html();
155
        disabledBudgetsCopy = $('#budget_id').html();
154
- 

Return to bug 7228