Remove todo from code, as we are supposed to.

This commit is contained in:
James Cole 2016-12-04 17:17:25 +01:00
parent 89e4c3de25
commit 905a2432c6
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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')));