Merge pull request #871 from ldecoker/patch-10

[-] PDF  : {else if} instead of {elseif}
This commit is contained in:
Gregory Roussac
2013-10-22 10:18:57 -07:00

View File

@@ -147,7 +147,7 @@
<td style="text-align: right; width: 10%">
{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}
--