diff --git a/app/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php index 6fbf4b8e19..966e87d7d6 100644 --- a/app/Http/Controllers/Chart/BudgetController.php +++ b/app/Http/Controllers/Chart/BudgetController.php @@ -255,6 +255,7 @@ class BudgetController extends Controller $cache->addProperty($end); $cache->addProperty($reportType); $cache->addProperty($accounts); + $cache->addProperty($budget->id); $cache->addProperty('budget'); $cache->addProperty('period'); if ($cache->has()) {