[Vtigercrm-commits] [vtiger-commits] r9560 - /vtigercrm/branches/5.0.1/modules/HelpDesk/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 5 07:52:06 EDT 2006
Author: richie
Date: Thu Oct 5 05:52:03 2006
New Revision: 9560
Log:
changes made to fix the issue 2115 - Minnie
Modified:
vtigercrm/branches/5.0.1/modules/HelpDesk/ListView.php
Modified: vtigercrm/branches/5.0.1/modules/HelpDesk/ListView.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/HelpDesk/ListView.php (original)
+++ vtigercrm/branches/5.0.1/modules/HelpDesk/ListView.php Thu Oct 5 05:52:03 2006
@@ -122,6 +122,8 @@
if(isset($where) && $where != '')
{
+ if(isset($_REQUEST['from_homepagedb']) && $_REQUEST['from_homepagedb'] == 'true')
+ $list_query .= ' and vtiger_troubletickets.status!="Closed" or vtiger_troubletickets.status is null and '.$where;
$list_query .= ' and '.$where;
}
More information about the vtigercrm-commits
mailing list