Reverts the commit 53798

This commit is contained in:
Hadi Nategh 2015-10-02 09:20:09 +00:00
parent 27c695d234
commit cbee039278

View File

@ -472,11 +472,6 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
return true;
},
_setup_select_account: function(field_name, field, attrs) {
attrs.empty_label = egw.lang('Select');
return this._setup_select(field_name, field, attrs);
},
_setup_date: function(field_name, field, attrs) {
attrs.data_format = 'Y-m-d';
return true;