@@ -113,7 +113,7 @@ |
||
113 | 113 | { |
114 | 114 | if ($this->invoiceable) { |
115 | 115 | $task = new org_openpsa_projects_task_dba($this->task); |
116 | - $time_slot = (float)$task->get_parameter('org.openpsa.projects.projectbroker', 'minimum_slot'); |
|
116 | + $time_slot = (float) $task->get_parameter('org.openpsa.projects.projectbroker', 'minimum_slot'); |
|
117 | 117 | if (empty($time_slot)) { |
118 | 118 | $time_slot = (float) midcom_baseclasses_components_configuration::get('org.openpsa.expenses', 'config')->get('default_minimum_time_slot'); |
119 | 119 | if (empty($time_slot)) { |