Started work on handling NSF, but will deal with deposits first, since we can't get an NSF without a deposit first.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@407 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-29 01:51:34 +00:00
parent 48123c98b8
commit bfa71375e8
2 changed files with 32 additions and 95 deletions

View File

@@ -64,6 +64,7 @@ class TendersController extends AppController {
// REVISIT <AP>: 20090713
// For testing purposes, must be deleted
$stamp = '2009-07-09';
$stamp = null;
$this->Tender->nsf($id, $stamp);
}