//modules added ->bootstrap = true;

This commit is contained in:
Vincent Augagneur
2013-11-05 18:08:01 +01:00
parent 657c8f415a
commit d27fe93daa
41 changed files with 81 additions and 40 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ class Cheque extends PaymentModule
if (isset($config['CHEQUE_ADDRESS']))
$this->address = $config['CHEQUE_ADDRESS'];
parent::__construct();
$this->bootstrap = true;
parent::__construct();
$this->displayName = $this->l('Payments by check');
$this->description = $this->l('This module allows you to accept payments by check.');