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