diff --git a/mailalerts.php b/mailalerts.php
index 3b31064..7948b01 100644
--- a/mailalerts.php
+++ b/mailalerts.php
@@ -325,7 +325,7 @@ public function hookActionValidateOrder($params)
$items_table .=
'
| '.$this->l('Voucher code:').' '.$discount['name'].' |
- -'.Tools::displayPrice($discount['value'], $currency, false).' |
+ '.Tools::displayPrice(0 - $discount['value'], $currency, false).' |
';
}
if ($delivery->id_state)