// Improve BackOffice Order

This commit is contained in:
rGaillard
2012-02-08 13:34:53 +00:00
parent 842f27ff4d
commit b13bcbe41a
3 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ abstract class PaymentModuleCore extends Module
if (!$order_creation_failed & isset($order->id))
{
if (!$secure_key)
$message .= Tools::displayError('Warning : the secure key is empty, check your payment account before validation');
$message .= '<br />'.Tools::displayError('Warning : the secure key is empty, check your payment account before validation');
// Optional message to attach to this order
if (isset($message) & !empty($message))
{