Topic: Bug in exclusive theme
Hi, not sure this the right section to post this.
Anyway, I fixed a bug in the overdue invoice report of the executive theme (on the sales pages).
It displays invoice which have been payed , but the remainder is not 0 but 1e-14 (it appears on invoice with a discount).
The fix is to replace the '> 0' conditions by '> 1e-6' (or anything sensible) in themes/exclusive/renderer.php:303.
(As it's an external module I don't know who is charge to do it)
/Elax