From: Benjamin L. <ben...@co...> - 2001-06-14 22:18:43
|
In 1.4.5, sub ar_transactions in ar.pl is missing the data for the datepaid column (around line 456). $column_data{datepaid} = "<td>$ar->{datepaid} </td>"; or the way I like it ;-) $column_data{datepaid} = qq|<td class="list_item">$ar->{datepaid} </td>|; -- B. http://makelinux.org/ "Always real." http://realthought.net/ __________________________________________________________________________ The wise man seeks everything in himself; the ignorant man tries to get everything from somebody else. |