diff --git a/pdf/invoice-b2b.tpl b/pdf/invoice-b2b.tpl
index 0fc86cba0..6f7ba9462 100755
--- a/pdf/invoice-b2b.tpl
+++ b/pdf/invoice-b2b.tpl
@@ -151,7 +151,7 @@
{if (isset($order_detail.reduction_amount) && $order_detail.reduction_amount > 0)}
-{displayPrice currency=$order->id_currency price=$order_detail.reduction_amount}
- {else if (isset($order_detail.reduction_percent) && $order_detail.reduction_percent > 0)}
+ {elseif (isset($order_detail.reduction_percent) && $order_detail.reduction_percent > 0)}
-{$order_detail.reduction_percent}%
{else}
--
@@ -289,4 +289,4 @@
{/if}
-
\ No newline at end of file
+
|