From 4e830079de3bc9949f3de7307f0c66bf92cfb312 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 14 Mar 2015 17:31:17 +0100 Subject: [PATCH] New icon. --- resources/views/transactions/show.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) 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