Intergate start/end constraints in web interface
This commit is contained in:
parent
9382a49821
commit
9ba4ca5302
|
@ -223,7 +223,7 @@ function toggleOperations(parent, operations)
|
||||||
<?php
|
<?php
|
||||||
foreach($_SESSION["user"]->accounts as $i => $account)
|
foreach($_SESSION["user"]->accounts as $i => $account)
|
||||||
{
|
{
|
||||||
if ($account["hidden"] == "1") continue;
|
if ($account["hidden"] == "1" || $account["end"] < (date("Y-m") . "-01")) continue;
|
||||||
$val = GetAccountAmount($account["id"], $_SESSION["cur_month"], $_SESSION["cur_year"]);
|
$val = GetAccountAmount($account["id"], $_SESSION["cur_month"], $_SESSION["cur_year"]);
|
||||||
echo "<tr class='bordered'>";
|
echo "<tr class='bordered'>";
|
||||||
if ($account["shared"] == "1")
|
if ($account["shared"] == "1")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user