BUG 9572 Print Dynaform is not working when a case is open... SOLVED

- Undefined variable used.
- Was validated using using the variable.
This commit is contained in:
Marco Antonio Nina
2012-08-07 17:48:28 -04:00
parent 3b78081f18
commit 1917d8cfe7
6 changed files with 19 additions and 9 deletions

View File

@@ -493,7 +493,7 @@ Ext.onReady(function(){
xtype:'checkbox',
name: 'notifyReason',
hideLabel: true,
boxLabel: _('ID_NOTIFY_USERS_CASE'),
boxLabel: _('ID_NOTIFY_USERS_CASE')
}
],
@@ -688,7 +688,7 @@ Ext.onReady(function(){
id: 'notifyReason',
xtype:'checkbox',
name: 'notifyReason',
fieldLabel: _('ID_NOTIFY_USERS_CASE'),
fieldLabel: _('ID_NOTIFY_USERS_CASE')
}
],
buttons : [