See previous commit
This commit is contained in:
@@ -206,6 +206,7 @@ function toggleOperations(parent, operations)
|
||||
<?php
|
||||
foreach($_SESSION["user"]->accounts as $i => $account)
|
||||
{
|
||||
if ($accounts["hidden"] == "1") continue;
|
||||
$val = GetAccountAmount($account["id"], $_SESSION["cur_month"], $_SESSION["cur_year"]);
|
||||
echo "<tr class='bordered'>";
|
||||
if ($account["shared"] == "1")
|
||||
|
Reference in New Issue
Block a user