changes
This commit is contained in:
parent
bb11ca28cf
commit
6b49232b77
@ -982,7 +982,9 @@ class myaccounts
|
|||||||
<?php foreach ($TableRow->Transactions as $Transaction) : ?>
|
<?php foreach ($TableRow->Transactions as $Transaction) : ?>
|
||||||
<div><?php echo (($Transaction->cr) ? " " : "") . $this->getAccountDetails($Transaction->account_id)->account_name; ?></div>
|
<div><?php echo (($Transaction->cr) ? " " : "") . $this->getAccountDetails($Transaction->account_id)->account_name; ?></div>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
<?php if($TableRow->narration): ?>
|
||||||
(<span class="narration_display"><?php echo $TableRow->narration; ?></span>)
|
(<span class="narration_display"><?php echo $TableRow->narration; ?></span>)
|
||||||
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
<?php if ($showVoucherTypes) : ?>
|
<?php if ($showVoucherTypes) : ?>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user