This commit is contained in:
Julio Cesar Laura Avendaño
2019-01-15 10:46:23 -04:00
parent 28105f8766
commit 67cea3e78b
2 changed files with 5 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ function pauseCase(date){
buttons: [{
text: _('ID_OK'),
handler: function(){
this.setDisabled(true);
if (Ext.getCmp('noteReason').getValue() != '') {
var noteReasonTxt = _('ID_CASE_PAUSE_LABEL_NOTE') + ' ' + Ext.getCmp('noteReason').getValue();
} else {