mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 01:44:33 -04:00
Clean logging out
This commit is contained in:
parent
3155037360
commit
5279888d6d
@ -310,8 +310,6 @@ class InvoiceSum
|
||||
private function getSurchargeTaxTotalForKey($key, $rate)
|
||||
{
|
||||
|
||||
nlog("in the surg");
|
||||
|
||||
$tax_component = 0;
|
||||
|
||||
if($this->invoice->custom_surcharge_tax1)
|
||||
@ -333,9 +331,7 @@ class InvoiceSum
|
||||
{
|
||||
$tax_component += round($this->invoice->custom_surcharge4 * ($rate / 100), 2);
|
||||
}
|
||||
nlog("key = {$key}");
|
||||
nlog("tax component = {$tax_component}");
|
||||
|
||||
|
||||
return $tax_component;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user