Update error message
This commit is contained in:
parent
65566349f6
commit
c9ef624d82
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ sub import {
|
|||
die "For our sanity, no negative amounts, please :).\n";
|
||||
}
|
||||
if ($amount->cents > 99900) {
|
||||
die "That's way too much money, or an unknown barcode.\n";
|
||||
die "That's way too much money.\n";
|
||||
}
|
||||
return $amount;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue