Clean code
This commit is contained in:
parent
3aef987f3f
commit
2e14b9832d
@ -1010,6 +1010,7 @@ if ($resql)
|
|||||||
while ($i < min($num, $limit))
|
while ($i < min($num, $limit))
|
||||||
{
|
{
|
||||||
$objp = $db->fetch_object($resql);
|
$objp = $db->fetch_object($resql);
|
||||||
|
$links = $bankaccountstatic->get_url($objp->rowid);
|
||||||
|
|
||||||
// If we are in a situation where we need/can show balance, we calculate the start of balance
|
// If we are in a situation where we need/can show balance, we calculate the start of balance
|
||||||
if (!$balancecalculated && (!empty($arrayfields['balancebefore']['checked']) || !empty($arrayfields['balance']['checked'])) && $mode_balance_ok)
|
if (!$balancecalculated && (!empty($arrayfields['balancebefore']['checked']) || !empty($arrayfields['balance']['checked'])) && $mode_balance_ok)
|
||||||
@ -1200,7 +1201,6 @@ if ($resql)
|
|||||||
//print "</a> ";
|
//print "</a> ";
|
||||||
|
|
||||||
// Add links after description
|
// Add links after description
|
||||||
$links = $bankaccountstatic->get_url($objp->rowid);
|
|
||||||
$cachebankaccount = array();
|
$cachebankaccount = array();
|
||||||
foreach ($links as $key=>$val)
|
foreach ($links as $key=>$val)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user