mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 19:42:02 +00:00
New stuff for transaction edits [skip ci]
This commit is contained in:
@@ -111,6 +111,11 @@ class TransactionController extends BaseController
|
||||
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$transactions = $this->_journal->paginate(25);
|
||||
return View::make('transactions.index')->with('transactions',$transactions);
|
||||
}
|
||||
|
||||
public function show($journalId)
|
||||
{
|
||||
$journal = $this->_journal->find($journalId);
|
||||
|
Reference in New Issue
Block a user