diff --git a/app/Support/Twig/Extension/Transaction.php b/app/Support/Twig/Extension/Transaction.php index c3dcb73855..b7ab549e29 100644 --- a/app/Support/Twig/Extension/Transaction.php +++ b/app/Support/Twig/Extension/Transaction.php @@ -413,6 +413,7 @@ class Transaction extends Twig_Extension $cache->addProperty('transaction-reconciled'); $cache->addProperty($transaction->id); $cache->addProperty($transaction->updated_at); + $cache->addProperty($transaction->reconciled); if ($cache->has()) { return $cache->get(); }