From c80a76f8c09d4b4b99df10489e9a1f5620daf569 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 27 Feb 2018 07:37:40 +0100 Subject: [PATCH] Remove not existing method. --- app/Support/Twig/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 79d953c08d..b3a27654c3 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -60,7 +60,7 @@ class General extends Twig_Extension $this->getCurrencySymbol(), $this->phpdate(), $this->env(), - $this->getAmountFromJournal(), + //$this->getAmountFromJournal(), $this->activeRouteStrict(), $this->steamPositive(), $this->activeRoutePartial(),