titles displaying
This commit is contained in:
parent
7f73888fbb
commit
0f7c417275
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ for (my$i=0;$i<$numaccts;$i++){
|
|||
}
|
||||
print "<td>$accts->[$i]{'date'}</td>";
|
||||
# print "<TD>$accts->[$i]{'accounttype'}</td>";
|
||||
print "<TD>$accts->[$i]{'description'}</td>
|
||||
print "<TD>$accts->[$i]{'description'} $accts->[$i]{'title'}</td>
|
||||
<TD>$amount</td><td>$amount2</td>
|
||||
</tr>";
|
||||
#}
|
||||
|
|
Loading…
Reference in a new issue