1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

fix for fee label

This commit is contained in:
David Bomba 2021-01-08 14:43:29 +11:00
parent a5290e067e
commit 0797c8e4af

View File

@ -266,10 +266,6 @@ class CompanyGateway extends BaseModel
{
$label = '';
if (! $this->feesEnabled()) {
return $label;
}
$fee = $this->calcGatewayFee($amount, $gateway_type_id);
if ($fee > 0) {