Invoice Widgets completed
This commit is contained in:
@@ -36,4 +36,8 @@ class Amount {
|
||||
|> trim(...)
|
||||
|> function (string $value) : string { return str_replace('.', ',', $value); };
|
||||
}
|
||||
|
||||
public function addAmount(Amount $amount) : void {
|
||||
$this->amount += $amount->getAmount();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user