Topic: bug in exclusive themes

Hi
I'm not sure if it's FA responsibilites but I think there is a bug in the top ten customer graph on the executive themes.

The credit note are added to the total instead of being substracted.
The following line fix the problem

"themes/exclusive/renderer.php" 1358
        $sql = "SELECT SUM((ov_amount + ov_discount) * rate*IF(trans.type = ".ST_CUSTCREDIT.", -1, 1)) AS total,d.debtor_no, d.name FROM

/Elax

Re: bug in exclusive themes

Thanks. Will be fixed asap.

Joe