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