HOR-661
This commit is contained in:
@@ -543,6 +543,8 @@ Ext.onReady( function() {
|
|||||||
iconCls: 'icon-user-add',
|
iconCls: 'icon-user-add',
|
||||||
text: _('ID_ADD'),
|
text: _('ID_ADD'),
|
||||||
handler: function(){
|
handler: function(){
|
||||||
|
Ext.getCmp('startdt').setMaxValue(0);
|
||||||
|
Ext.getCmp('enddt').setMinValue(0);
|
||||||
var e = new EmployeeHoliday({
|
var e = new EmployeeHoliday({
|
||||||
name: '',
|
name: '',
|
||||||
startdt: (new Date()).clearTime(),
|
startdt: (new Date()).clearTime(),
|
||||||
|
|||||||
Reference in New Issue
Block a user