Small cleaning up.

This commit is contained in:
James Cole
2016-10-07 11:40:03 +02:00
parent 4d91f7d23a
commit c0fdf44ad2
2 changed files with 5 additions and 5 deletions

View File

@@ -33,9 +33,9 @@ class TagSupport extends Model
public static function tagAllowAdvance(Tag $tag): bool
{
/*
* If this tag is a balancing act, and it contains transfers, it cannot be
* changes to an advancePayment.
*/
* If this tag is a balancing act, and it contains transfers, it cannot be
* changes to an advancePayment.
*/
if ($tag->tagMode == 'balancingAct' || $tag->tagMode == 'nothing') {
foreach ($tag->transactionjournals as $journal) {