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

(-)a/circ/circulation.pl (+1 lines)
Lines 397-402 if (@$barcodes) { Link Here
397
                $template_params->{getBarcodeMessageIteminfo} = $item->barcode;
397
                $template_params->{getBarcodeMessageIteminfo} = $item->barcode;
398
                $template_params->{NEEDSCONFIRMATION} = 1;
398
                $template_params->{NEEDSCONFIRMATION} = 1;
399
                $template_params->{onsite_checkout} = $onsite_checkout;
399
                $template_params->{onsite_checkout} = $onsite_checkout;
400
                $template_params->{auto_renew} = $session->param('auto_renew');
400
                $confirm_required = 1;
401
                $confirm_required = 1;
401
            }
402
            }
402
        }
403
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 371-376 $(document).ready(function() { Link Here
371
    <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button>
371
    <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button>
372
    [% END %]
372
    [% END %]
373
    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout %]" />
373
    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout %]" />
374
    <input type="hidden" name="auto_renew" value="[% auto_renew %]" />
374
</form>
375
</form>
375
[% END %]
376
[% END %]
376
377
377
- 

Return to bug 19053