<div dir="ltr">Hi vTiger Team,<br><br>In this file: <a href="http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/6.0.0/vtlib/Vtiger/PackageImport.php">http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/6.0.0/vtlib/Vtiger/PackageImport.php</a><div>
line: <span style="color:rgb(0,0,0);white-space:pre-wrap">if(!empty($fieldnode->picklistvalues) && !empty($fieldnode->picklistvalues->picklistvalue)) {</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br>
</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">I cant get why I cant import a Module with an empty picklist.  In my module, for example, you feed the picklist after installing the module (via webservice to another service).</span></div>
<div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">The thing is we should check if uitype is 15,16,33 and not if picklistvalues are empty. In this way, with empty values, the table will create (now, the table is not created).

By the way, I want to know if I can change the algorythm by myself and which consequences will bring (Maybe zero).

Thanks in advance.</span></font></div><div><br></div></div>