[Vtigercrm-commits] [vtiger development] #6101: In quick create the End Time is missing

vtiger development vtiger-tickets at trac.vtiger.com
Wed Jun 22 11:18:38 PDT 2011


#6101: In quick create the End Time is missing
------------------------+---------------------------------------------------
  Reporter:  pratim     |       Owner:  developer 
      Type:  defect     |      Status:  closed    
  Priority:  minor      |   Milestone:  5.2.0     
 Component:  vtigercrm  |     Version:  5.1.0-val2
Resolution:  fixed      |    Keywords:            
------------------------+---------------------------------------------------
Changes (by markus):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 update vtiger_field set uitype = 6 where fieldid = 249;


 ----
 fieldid can get from the below script:
 ----
 select fieldid from vtiger_field where tabid = (select tabid from
 vtiger_tab where name ='Events') and columnname = 'due_date';

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



More information about the vtigercrm-commits mailing list