diff --git a/includes/graydon/format.php b/includes/graydon/format.php index 640497213..e8590a18c 100644 --- a/includes/graydon/format.php +++ b/includes/graydon/format.php @@ -190,7 +190,7 @@ function dLiens($tab){ function dBilans($tab){ - if($tab['AccoutnItem']){ + if($tab['AccountItem']){ foreach($tab['AccountItem'] as $kAccount => $account){ print '
'.$kAccount.'
'; print ' The following figures are shown in units of '.$account['Units'].'';