Removed dead link to edit job page

This commit is contained in:
Karl Cordes 2013-04-06 12:28:05 +11:00
parent e5bfd530d3
commit 37528154c5
2 changed files with 563 additions and 568 deletions

View file

@ -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() {

View file

@ -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>