Lazily remove todo's [skip ci]

This commit is contained in:
James Cole 2015-05-05 13:03:39 +02:00
parent e0beb796ad
commit 69ad757e8b

View File

@ -22,10 +22,10 @@ use View;
* Remember: a balancingAct takes at most one expense and one transfer. * Remember: a balancingAct takes at most one expense and one transfer.
* an advancePayment takes at most one expense, infinite deposits and NO transfers. * an advancePayment takes at most one expense, infinite deposits and NO transfers.
* *
* TODO transaction can only have one advancePayment OR balancingAct. * transaction can only have one advancePayment OR balancingAct.
* TODO Other attempts to put in such a tag are blocked. * Other attempts to put in such a tag are blocked.
* TODO also show an error when editing a tag and it becomes either * also show an error when editing a tag and it becomes either
* TODO of these two types. Or rather, block editing of the tag. * of these two types. Or rather, block editing of the tag.
* *
* @package FireflyIII\Http\Controllers * @package FireflyIII\Http\Controllers
*/ */