See previous commit

This commit is contained in:
2012-02-01 12:43:43 +01:00
parent 329ea9ef5d
commit 37f03a1da0
11 changed files with 116 additions and 21 deletions

View File

@@ -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")