Topic: Formatting error in dashboard.inc
dashboard.inc:
function customer_top($today, $limit=10, $width="33", &$pg=null)...
~line 198:
changed:
$name = $myrow["debtor_no"]." ".$myrow["name"]
to
$name = $myrow["debtor_no"]." ".htmlspecialchars_decode($myrow["name"])
Allows "&" to display as "&" and not "&"