diff --git a/resources/views/transactions/show.blade.php b/resources/views/transactions/show.blade.php index d8134e8a56..723131d882 100644 --- a/resources/views/transactions/show.blade.php +++ b/resources/views/transactions/show.blade.php @@ -106,9 +106,16 @@ @if($t->account->accounttype->type == 'Asset account') @endif + @if($t->account->accounttype->type == 'Default account') + + @endif @if($t->account->accounttype->type == 'Expense account') @endif + @if($t->account->accounttype->type == 'Beneficiary account') + + @endif + @if($t->account->accounttype->type == 'Revenue account') @endif