mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-02-18 17:28:41 +00:00
fix tests
This commit is contained in:
parent
e133c4d70b
commit
c055a36c85
|
|
@ -85,6 +85,13 @@ class Expense
|
||||||
$this->taxP = new FloatInt();
|
$this->taxP = new FloatInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Recalculate the expenses
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
public function recalculate() : void
|
public function recalculate() : void
|
||||||
{
|
{
|
||||||
$net = 0;
|
$net = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user