[-] PROJECT : Module controller now handle the column display (time to go to MacDo :)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11673 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-12-22 19:09:50 +00:00
parent 51e9c6faa1
commit 7a09986e0c
3 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -35,6 +35,7 @@ class ModuleChequeController extends ModuleController
*/
public function postProcess()
{
$this->display_column_left = false;
if ($this->process == 'validation')
$this->processValidation();
}
@@ -112,4 +113,4 @@ class ModuleChequeController extends ModuleController
$this->setTemplate('payment_execution.tpl');
}
}
}