James Cole
2024-09-29 16:04:54 +02:00
parent abcddb09bf
commit f475393bc1
3 changed files with 6 additions and 7 deletions

View File

@@ -115,6 +115,7 @@ trait RenderPartialViews
$budget = $budgetRepository->find((int)$attributes['budgetId']);
if (null === $budget) {
// transactions without a budget.
$budget = new Budget();
}
$journals = $popupHelper->byBudget($budget, $attributes);