diff --git a/app/database_transactions/database_transactions.php b/app/database_transactions/database_transactions.php index 6981548562..2bcf42e4e2 100644 --- a/app/database_transactions/database_transactions.php +++ b/app/database_transactions/database_transactions.php @@ -132,18 +132,13 @@ echo th_order_by('app_name', $text['label-app_name'], $order_by, $order); echo th_order_by('transaction_code', $text['label-transaction_code'], $order_by, $order); echo th_order_by('transaction_address', $text['label-transaction_address'], $order_by, $order); - //echo th_order_by('transaction_type', $text['label-transaction_type'], $order_by, $order); + echo th_order_by('transaction_type', $text['label-transaction_type'], $order_by, $order); echo th_order_by('transaction_date', $text['label-transaction_date'], $order_by, $order); //echo th_order_by('transaction_old', $text['label-transaction_old'], $order_by, $order); //echo th_order_by('transaction_new', $text['label-transaction_new'], $order_by, $order); //echo th_order_by('transaction_result', $text['label-transaction_result'], $order_by, $order); echo "