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

(-)a/C4/SIP/Sip/MsgType.pm (-2 / +1 lines)
Lines 739-745 sub handle_block_patron { Link Here
739
		$patron->block($card_retained, $blocked_card_msg);
739
		$patron->block($card_retained, $blocked_card_msg);
740
	}
740
	}
741
741
742
    $resp = build_patron_status($patron, $patron->language, $fields);
742
    $resp = build_patron_status( $patron, $patron->language, $fields, $server );
743
    $self->write_msg($resp);
743
    $self->write_msg($resp);
744
    return(BLOCK_PATRON);
744
    return(BLOCK_PATRON);
745
}
745
}
746
- 

Return to bug 9252