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

(-)a/circ/returns.pl (-10 lines)
Lines 525-537 my $recalled = 0; Link Here
525
# new op dev : we check if the document must be returned to his homebranch directly,
525
# new op dev : we check if the document must be returned to his homebranch directly,
526
#  if the document is transferred, we have warning message .
526
#  if the document is transferred, we have warning message .
527
527
528
if ( $messages->{'LibraryFloatLimitTransferRequest'} ) {
529
    $template->param(
530
        LibraryFloatLimitTransferRequest => 1,
531
        itemnumber                       => $itemnumber,
532
    );
533
}
534
535
if ( $messages->{'WasTransfered'} ) {
528
if ( $messages->{'WasTransfered'} ) {
536
    $template->param(
529
    $template->param(
537
        found      => 1,
530
        found      => 1,
Lines 764-771 foreach my $code ( keys %$messages ) { Link Here
764
        ;
757
        ;
765
    } elsif ( $code eq 'TransferredRecall' ) {
758
    } elsif ( $code eq 'TransferredRecall' ) {
766
        ;
759
        ;
767
    } elsif ( $code eq 'LibraryFloatLimitTransferRequest' ) {
768
        ;
769
    } elsif ( $code eq 'InBundle' ) {
760
    } elsif ( $code eq 'InBundle' ) {
770
        $template->param( InBundle => $messages->{InBundle} );
761
        $template->param( InBundle => $messages->{InBundle} );
771
    } elsif ( $code eq 'UpdateLastSeenError' ) {
762
    } elsif ( $code eq 'UpdateLastSeenError' ) {
772
- 

Return to bug 28530