[Vtigercrm-commits] [vtiger development] #6198: i18n error, Actions do not show up in documents detail view

vtiger development vtiger-tickets at trac.vtiger.com
Mon Jul 27 08:08:12 EDT 2009


#6198: i18n error, Actions do not show up in documents detail view
-------------------------+--------------------------------------------------
  Reporter:  frankpie    |       Owner:  developer
      Type:  patch       |      Status:  new      
  Priority:  unassigned  |   Milestone:  5.1.1    
 Component:  vtigercrm   |     Version:  5.1.0    
Resolution:              |    Keywords:           
-------------------------+--------------------------------------------------
Comment (by nitin):

 Hi,
 in DetailView.php of the Documents module replace

 Replace

 {{{

 if($block_entries['File Name']['value'] != '' ||
 isset($block_entries['File Name']['value']))
 }}}


 by

 {{{
 if($block_entries[getTranslatedString('File Name','Documents')]['value']
 !='' ||
  isset($block_entries[getTranslatedString('File
 Name','Documents')]['value']))
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6198#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list