Commit 2da2119e32071a825588366376afd92ce7a7806c
1 parent
1d774a30
Exists in
master
and in
48 other branches
Minor fix
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/OperationsTT.js
... | ... | @@ -67,7 +67,7 @@ Ext.define('amdaUI.OperationsTT', { |
67 | 67 | me.parent.TTGrid.getStore().reload(); |
68 | 68 | |
69 | 69 | // Update historic field |
70 | - if(!this.isCat){ | |
70 | + if(!me.isCat){ | |
71 | 71 | var history = me.parent.formPanel.getForm().findField('history').getValue(); |
72 | 72 | if (extend != 0) { |
73 | 73 | history += " \n Extended by "+ dir*extendForm + " " + extendUnit; |
... | ... | @@ -224,4 +224,4 @@ Ext.define('amdaUI.OperationsTT', { |
224 | 224 | Ext.apply (this , Ext.apply (this.initialConfig, config)); |
225 | 225 | this.callParent(arguments); |
226 | 226 | } |
227 | - }); | |
228 | 227 | \ No newline at end of file |
228 | + }); | |
... | ... |