mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
fix for fee label
This commit is contained in:
parent
a5290e067e
commit
0797c8e4af
@ -266,10 +266,6 @@ class CompanyGateway extends BaseModel
|
||||
{
|
||||
$label = '';
|
||||
|
||||
if (! $this->feesEnabled()) {
|
||||
return $label;
|
||||
}
|
||||
|
||||
$fee = $this->calcGatewayFee($amount, $gateway_type_id);
|
||||
|
||||
if ($fee > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user