toggle change in randp
This commit is contained in:
parent
cb443cd551
commit
c9e54804c8
@ -295,9 +295,7 @@ $PL = $IncomesTotal - $ExpensesTotal;
|
|||||||
<?php $total1 += $Incomes['amount']; ?>
|
<?php $total1 += $Incomes['amount']; ?>
|
||||||
<tr class="collapse" data-target="#group_<?php echo $index; ?>">
|
<tr class="collapse" data-target="#group_<?php echo $index; ?>">
|
||||||
<td class="pr-2" width="70%">
|
<td class="pr-2" width="70%">
|
||||||
<div id="group_<?php echo $index; ?>" class="">
|
|
||||||
<?php echo $Incomes['account']; ?>
|
<?php echo $Incomes['account']; ?>
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Incomes['amount']); ?></td>
|
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Incomes['amount']); ?></td>
|
||||||
|
|
||||||
@ -336,10 +334,8 @@ $PL = $IncomesTotal - $ExpensesTotal;
|
|||||||
<?php $total += $Expenses['amount']; ?>
|
<?php $total += $Expenses['amount']; ?>
|
||||||
<tr class="collapse" data-target="#group_<?php echo $counter; ?>">
|
<tr class="collapse" data-target="#group_<?php echo $counter; ?>">
|
||||||
<td class="" width="70%">
|
<td class="" width="70%">
|
||||||
<div id="group_<?php echo $counter; ?>" class="">
|
|
||||||
|
|
||||||
<?php echo $Expenses['account']; ?>
|
<?php echo $Expenses['account']; ?>
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Expenses['amount']); ?></td>
|
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Expenses['amount']); ?></td>
|
||||||
<td width="15%"></td>
|
<td width="15%"></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user