Added a much more user friendly way to present the data1-4 labels for each type, now that we have a tender_types table. Still not a perfect solution, but definitely good enough for now. Modified the application to recognize the new tender_types table. There may be other modifications necessary, but this gets the most obvious spot.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@378 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-24 02:07:43 +00:00
parent b408d86a98
commit 1e0b96953e
6 changed files with 46 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ class TendersController extends AppController {
// Get the Tender and related fields
$tender = $this->Tender->find
('first', array
('contain' => false,
('contain' => array('TenderType'),
));
// REVISIT <AP>: 20090713