Merge pull request #1833 from marcoAntonioNina/BUG-12257

BUG-12257 No es posible crear un Report Table-New Version... SOLVED
This commit is contained in:
julceslauhub
2013-06-25 12:53:46 -07:00

View File

@@ -981,7 +981,8 @@ function createReportTable()
}
//validate process
if(Ext.getCmp('PROCESS').getValue().trim() == '') {
PRO_UID = (PRO_UID !== false) ? PRO_UID : ((Ext.getCmp('PROCESS').getValue().trim() != '') ? Ext.getCmp('PROCESS').getValue().trim() : '');
if(PRO_UID == '') {
Ext.getCmp('PROCESS').focus();
PMExt.error(_('ID_ERROR'), _('ID_PROCESS_IS_REQUIRED'), function(){
Ext.getCmp('PROCESS').focus();