+ [task#133983,done,0.1h] modify format.
This commit is contained in:
@@ -10,9 +10,9 @@ class createStakeholderTester extends tester
|
||||
* @access public
|
||||
* @return object
|
||||
*/
|
||||
public function createstakeholder(array $stakeholder)
|
||||
public function createStakeholder(array $stakeholder)
|
||||
{
|
||||
$form = $this->initform('stakeholder', 'create', array('projecid' => 1), 'appiframe-project');
|
||||
$form = $this->initForm('stakeholder', 'create', array('projecID' => 1), 'appIframe-project');
|
||||
/* 根据传的值来判断是否点击公司同事/外部人员单选按钮 */
|
||||
if(isset($stakeholder['type']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user