mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:44:30 -04:00
commit
86043a2f9b
@ -310,7 +310,7 @@ class CompanyGateway extends BaseModel
|
||||
if(strlen($fees_and_limits->fee_percent) >=1)
|
||||
$label .= $fees_and_limits->fee_percent . '%';
|
||||
|
||||
if(strlen($fees_and_limits->fee_amount) >=1){
|
||||
if(strlen($fees_and_limits->fee_amount) >=1 && $fees_and_limits->fee_amount > 0){
|
||||
|
||||
if(strlen($label) > 1) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user