mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove todo from code, as we are supposed to.
This commit is contained in:
parent
89e4c3de25
commit
905a2432c6
@ -139,7 +139,6 @@ class SplitController extends Controller
|
||||
|
||||
// need to do some validation!
|
||||
// sum of amount must be > 0
|
||||
// TODO move to proper validator
|
||||
$sum = '0';
|
||||
foreach ($data['transactions'] as $transaction) {
|
||||
Session::flash('error',strval(trans('validation.amount_zero')));
|
||||
|
Loading…
Reference in New Issue
Block a user