[Vtigercrm-commits] [vtiger-commits] r7721 - /vtigercrm/trunk/modules/Reports/ReportRun.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jul 1 04:56:35 EDT 2006
Author: richie
Date: Sat Jul 1 02:56:32 2006
New Revision: 7721
Log:
issue in Invoice Reports has been fixed
Modified:
vtigercrm/trunk/modules/Reports/ReportRun.php
Modified: vtigercrm/trunk/modules/Reports/ReportRun.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/ReportRun.php (original)
+++ vtigercrm/trunk/modules/Reports/ReportRun.php Sat Jul 1 02:56:32 2006
@@ -834,6 +834,7 @@
if($secmodule == "Accounts")
{
$query = "left join vtiger_account on vtiger_account.accountid = vtiger_invoice.accountid
+ left join vtiger_contactdetails as vtiger_contactdetailsInvoice on vtiger_contactdetailsInvoice.contactid = vtiger_invoice.contactid
left join vtiger_crmentity as vtiger_crmentityAccounts on vtiger_crmentityAccounts.crmid=vtiger_account.accountid
left join vtiger_accountbillads on vtiger_account.accountid=vtiger_accountbillads.accountaddressid
left join vtiger_accountshipads on vtiger_account.accountid=vtiger_accountshipads.accountaddressid
More information about the vtigercrm-commits
mailing list