Home
last modified time | relevance | path

Searched refs:max_preventive_close_date (Results 1 – 1 of 1) sorted by relevance

/plugin/bez/ctl/
D8d.php33 $max_preventive_close_date = null; variable
39 $max_preventive_close_date = max($max_preventive_close_date, $preventive_action->close_date); variable
42 if ($all_preventive_done && $max_preventive_close_date != null) {
43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));