mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Test for opening balance.
This commit is contained in:
@@ -382,7 +382,8 @@ class TransactionJournal implements TransactionJournalInterface, CUDInterface, C
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case (isset($model['from']) && isset($model['to'])):
|
||||
break;
|
||||
default:
|
||||
throw new FireflyException('Cannot validate accounts for transaction journal.');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user