From 68c8d29a0168482fb62c10b43762c38c4838e0a9 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 31 Jul 2013 17:10:26 +0200 Subject: [PATCH] removed line by accident --- public/include/pages/admin/transactions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/include/pages/admin/transactions.inc.php b/public/include/pages/admin/transactions.inc.php index e73e815a..a5af4f63 100644 --- a/public/include/pages/admin/transactions.inc.php +++ b/public/include/pages/admin/transactions.inc.php @@ -14,6 +14,7 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) { $debug->append('No cached version available, fetching from backend', 3); $aTransactions = $transaction->getAllTransactions(@$_REQUEST['start'], @$_REQUEST['filter'], $iLimit); $iCountTransactions = $transaction->num_rows; + $aTransactionTypes = $transaction->getTypes(); if (!$aTransactions) $_SESSION['POPUP'][] = array('CONTENT' => 'Could not find any transaction', 'TYPE' => 'errormsg'); $smarty->assign('LIMIT', $iLimit); $smarty->assign('TRANSACTIONS', $aTransactions);