// [-] MO : #PSFV-531 - Removing unused smarty vars

This commit is contained in:
mDeflotte
2012-02-17 14:51:56 +00:00
parent 7ba2c00344
commit 43325617a8
@@ -170,8 +170,6 @@ class LoyaltyDefaultModuleFrontController extends ModuleFrontController
$this->context->smarty->assign(array(
'orders' => $orders,
'displayorders' => $displayorders,
'this' => $this,
'pagination_link' => $this->context->link->getModuleLink('loyalty', 'default'),
'totalPoints' => (int)$customerPoints,
'voucher' => LoyaltyModule::getVoucherValue($customerPoints, (int)($this->context->cookie->id_currency)),
'validation_id' => LoyaltyStateModule::getValidationId(),