[Vtigercrm-commits] [vtiger development] #6375: ADV info_type fields are not taken care in EditView

vtiger development vtiger-tickets at trac.vtiger.com
Wed Oct 28 09:05:02 EDT 2009


#6375: ADV info_type fields are not taken care in EditView
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  major      |   Milestone:  5.2.0    
 Component:  vtigercrm  |     Version:  5.1.0    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Comment (by prasad):

 {{{
 $disp_view = getView($focus->mode);
 if($disp_view == 'edit_view')
         $smarty->assign('BLOCKS', getBlocks($currentModule, $disp_view,
 $focus->mode, $focus->column_fields));
 else {
         $smarty->assign('BASBLOCKS', getBlocks($currentModule, $disp_view,
 $focus->mode, $focus->column_fields, 'BAS'));
         $smarty->assign('ADVBLOCKS', getBlocks($currentModule, $disp_view,
 $focus->mode, $focus->column_fields, 'ADV'));
 }
 }}}

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




More information about the vtigercrm-commits mailing list