Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
econst OILS_SIP_MSG_CIRC_PERMIT_FAILED => 'Patron is not allowed to check out the selected item';
econst OILS_SIP_MSG_NO_BILL => 'Bill not found';
econst OILS_SIP_MSG_OVERPAYMENT => 'Overpayment not allowed';
+econst OILS_SIP_MSG_BILL_ERR => 'An error occurred while retrieving bills';
%EXPORT_TAGS = ( const => [ @EXPORT_OK ] );
} else {
$self->ok(0);
if ($results && $U->event_code($results)) {
- $self->screen_msg(($results->{descr} || $results->{textcode}));
+ $self->screen_msg(OILS_SIP_MSG_BILL_ERR);
} else {
$self->screen_msg(OILS_SIP_MSG_NO_BILL);
}