mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add object group to various items.
This commit is contained in:
@@ -76,6 +76,8 @@ class BudgetLimitTransformer extends AbstractTransformer
|
||||
if ($this->convertToPrimary && $currency->id !== $this->primaryCurrency->id) {
|
||||
$pcAmount = Steam::bcround($budgetLimit->native_amount, $this->primaryCurrency->decimal_places);
|
||||
}
|
||||
// TODO fix currency collection.
|
||||
// TODO fix documentation.a
|
||||
|
||||
return [
|
||||
'id' => (string)$budgetLimit->id,
|
||||
|
Reference in New Issue
Block a user