remive double POSTAGE setting in order loop

This commit is contained in:
Etienne Roudeix
2014-01-30 09:42:14 +01:00
committed by Manuel Raynaud
parent c18718254c
commit 4e691eea27

View File

@@ -265,7 +265,6 @@ class Order extends BaseLoop implements SearchLoopInterface, PropelSearchLoopInt
->set("DELIVERY_MODULE", $order->getDeliveryModuleId())
->set("STATUS", $order->getStatusId())
->set("LANG", $order->getLangId())
->set("POSTAGE", $order->getPostage())
->set("DISCOUNT", $order->getDiscount())
->set("TOTAL_TAX", $tax)
->set("TOTAL_AMOUNT", $amount - $tax)