1 (edited by brucek@pelhamhs.org 11/24/2019 03:07:52 pm)

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 "&"

Re: Formatting error in dashboard.inc

Thanks @brucek,

This has been committed to stable 2.4.7 repo. Was also fixed on the Top Suppliers.

/Joe