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

This commit is contained in:
fSerny
2011-12-22 19:09:50 +00:00
parent dbfdf06b20
commit cb6751cd35
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');
}
}
}