[Vtigercrm-commits] [vtiger development] #7752: Vtiger 6.0 , customer portal 5.4 and projects
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Aug 20 07:29:40 UTC 2013
#7752: Vtiger 6.0 , customer portal 5.4 and projects
------------------------+------------------------
Reporter: comitcon | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0 Beta
Severity: Medium | Keywords:
------------------------+------------------------
Projects list remains empty.
When commenting out line 2027/1705 it appears to work.
2024 for($i=0;$i<$nooffields;$i++)
2025 {
2026 $fieldname =
$adb->query_result($fieldres,$i,'columnname');
2027 #$fieldlabel =
getTranslatedString($adb->query_result($fieldres,$i,'fieldlabel'));
2028
2029 $blockid =
$adb->query_result($fieldres,$i,'block');
1702 if($fieldper == '1' && $fieldname !=
'entityid'){
1703 continue;
1704 }
1705 #$fieldlabel =
getTranslatedString($fieldlabel,$module);
When I checked the function itself it will by default go to the module
'VTiger' in CommonUtils.php
When adding log output before the commented lines, you will see the
output. Add another comment line after the commented lines and they will
never show up.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7752>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list