From 69ad757e8b2a3066952125bb3786080eb0ec5657 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 5 May 2015 13:03:39 +0200 Subject: [PATCH] Lazily remove todo's [skip ci] --- app/Http/Controllers/TagController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Http/Controllers/TagController.php b/app/Http/Controllers/TagController.php index 34d7364663..77a5daf1f8 100644 --- a/app/Http/Controllers/TagController.php +++ b/app/Http/Controllers/TagController.php @@ -22,10 +22,10 @@ use View; * Remember: a balancingAct takes at most one expense and one transfer. * an advancePayment takes at most one expense, infinite deposits and NO transfers. * - * TODO transaction can only have one advancePayment OR balancingAct. - * TODO Other attempts to put in such a tag are blocked. - * TODO also show an error when editing a tag and it becomes either - * TODO of these two types. Or rather, block editing of the tag. + * transaction can only have one advancePayment OR balancingAct. + * Other attempts to put in such a tag are blocked. + * also show an error when editing a tag and it becomes either + * of these two types. Or rather, block editing of the tag. * * @package FireflyIII\Http\Controllers */