Fixed some small CSS / JS problems.

This commit is contained in:
James Cole
2015-04-28 20:17:31 +02:00
parent bbab370b1e
commit b2db79cc10
3 changed files with 26 additions and 17 deletions

View File

@@ -21,16 +21,6 @@ interface JournalRepositoryInterface
*/
public function first();
/**
*
* Get the account_id, which is the asset account that paid for the transaction.
*
* @param TransactionJournal $journal
*
* @return int
*/
public function getAssetAccount(TransactionJournal $journal);
/**
* @param TransactionType $dbType
*