Litle change to filename var in post of import file

This commit is contained in:
Erik Amaru Ortiz
2014-03-07 09:46:09 -04:00
parent 4eed9dfc48
commit 370ebe4f77
2 changed files with 6 additions and 6 deletions

View File

@@ -1062,7 +1062,7 @@ importProcess = function()
id : 'form-file',
emptyText : _('ID_SELECT_PROCESS_FILE'),
fieldLabel : _('ID_LAN_FILE'),
name : 'form[PROCESS_FILENAME]',
name : 'PROCESS_FILENAME',
buttonText : '',
buttonCfg : {
iconCls : 'upload-icon'