Removed dead link to edit job page
This commit is contained in:
parent
e5bfd530d3
commit
37528154c5
|
|
@ -229,7 +229,7 @@ class JobsController extends AppController {
|
|||
|
||||
$this->set('totals', $this->getTotals($jobs));
|
||||
// print_r($totals);
|
||||
//print_r($jobs);
|
||||
//print_r($jobs);
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
@ -357,13 +357,13 @@ class JobsController extends AppController {
|
|||
if($prevYear == false) {
|
||||
return mktime(0,0,0,7,1,$year);
|
||||
|
||||
}
|
||||
else {
|
||||
}
|
||||
else {
|
||||
return mktime(0,0,0,7,1,$year-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*
|
||||
*
|
||||
*
|
||||
* /**
|
||||
|
||||
|
|
@ -374,11 +374,11 @@ class JobsController extends AppController {
|
|||
function getLastDayFY($year) {
|
||||
return mktime(23,59,59,6,30,$year);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function getMonthsFY($year) {
|
||||
function getMonthsFY($year) {
|
||||
|
||||
} */
|
||||
} */
|
||||
|
||||
|
||||
function job_status_options() {
|
||||
|
|
|
|||
|
|
@ -53,11 +53,6 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<ul>
|
||||
<li><?php echo $html->link(__('Edit Job', true), array('action' => 'edit', $job['Job']['id'])); ?> </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3><?php __('Purchase Orders for this Job');?></h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue