brianr Posted August 15, 2007 Share Posted August 15, 2007 The recurring income report domain section is not totaling annual domain renewal fees correctly. At line 103 the stock php file reads: $amount = $data["amount"]; but it should read: $amount = $data["recurringamount"]; The data array contains the values from the tbldomains table, where there is no "amount" column -- it's either firstpaymentamount or recurringamount. Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted August 15, 2007 WHMCS CEO Share Posted August 15, 2007 Thanks for the report. This has in fact already been corrected for the next version. Matt Link to comment Share on other sites More sharing options...
Recommended Posts