From 9b417ab764a249d24a774b1dc4abab34810d2dce Mon Sep 17 00:00:00 2001 From: aFolletete Date: Mon, 12 Dec 2011 16:51:47 +0000 Subject: [PATCH] // fix bug on Payment addition --- admin-dev/themes/template/orders/view.tpl | 4 ++-- classes/order/Order.php | 3 ++- controllers/admin/AdminOrdersController.php | 6 +++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/admin-dev/themes/template/orders/view.tpl b/admin-dev/themes/template/orders/view.tpl index cf67b1008..a2432f0b4 100755 --- a/admin-dev/themes/template/orders/view.tpl +++ b/admin-dev/themes/template/orders/view.tpl @@ -47,7 +47,7 @@ var txt_add_product_no_product_quantity = "{l s='Error: Quantity of product must be set'}"; var txt_add_product_no_product_price = "{l s='Error: Price of product must be set'}"; var txt_confirm = "{l s='Are you sure?'}"; - + var statesShipped = new Array(); {foreach from=$states item=state} {if (!$currentState->shipped && $state['shipped'])} @@ -293,7 +293,7 @@ {/foreach} - +