Changed layout to enlarge the detail table on the edit page. Changed edit action to redirect to the view page.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@221 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -335,8 +335,8 @@ class CustomersController extends AppController {
|
||||
}
|
||||
|
||||
// Now that the work is done, let the user view the updated customer
|
||||
//$this->redirect(array('action'=>'view', $this->data['Customer']['id']));
|
||||
$this->autoRender = false;
|
||||
$this->redirect(array('action'=>'view', $this->data['Customer']['id']));
|
||||
//$this->autoRender = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user