Added some comments, and changed the nsf action to redirect to viewing the tender after creation.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@453 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-31 17:15:17 +00:00
parent e47a2cc7aa
commit 655e0c3940
2 changed files with 36 additions and 17 deletions

View File

@@ -120,12 +120,8 @@ class TendersController extends AppController {
$this->redirect(array('action'=>'index'));
}
// REVISIT <AP>: 20090713
// For testing purposes, must be deleted
$stamp = '2009-07-09';
$stamp = null;
$this->Tender->nsf($id, $stamp);
$this->Tender->nsf($id);
$this->redirect(array('action'=>'view', $id));
}
/**************************************************************************