diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index f03d97e9f6..c7e4bdd622 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -180,7 +180,7 @@ class timesheet_ui extends timesheet_bo { $etpl->set_validation_error('ts_title',lang('Field must not be empty !!!')); } - else + elseif($button != 'save_new') { // remove title-blur for same behavior after apply, as for opening the saved entry again unset($this->data['ts_title_blur']);