Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wiaflos
wiaflos
Commits
2f80cd68
Commit
2f80cd68
authored
Jan 24, 2020
by
Nigel Kukard
Browse files
Fixed undefined reference
parent
5788ab27
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/server/core/Payments.pm
View file @
2f80cd68
...
...
@@ -604,7 +604,7 @@ sub createPaymentAllocation
}
$paymentBalance
->
bsub
(
$detail
->
{'
Amount
'});
if
(
$paymentBalance
->
is_neg
())
{
setError
("
Creating this allocation will exceed payment '
"
.
$
payment
->
{'
PaymentNumber
'}
.
"
' amount by
"
.
$paymentBalance
->
bstr
());
setError
("
Creating this allocation will exceed payment '
"
.
$
detail
->
{'
PaymentNumber
'}
.
"
' amount by
"
.
$paymentBalance
->
bstr
());
return
ERR_OVERALLOC
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment