From e88672e7682d7b5d472571f364cdf994610c335c Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 1 Feb 2012 08:30:24 +0000 Subject: [PATCH] [-] BO : #PSTEST-614 - Fix bug with not selectable carrier in the BO order creation --- .../themes/default/template/controllers/orders/form.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 602f9c737..639256900 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -434,7 +434,7 @@ if (carriers.length > 0) { $.each(carriers, function() { - html += ''; + html += ''; }); $('#carrier_form').show(); $('#id_carrier').html(html); @@ -714,7 +714,7 @@ }, success : function(res) { - displaySummary(res); + displaySummary(res); } }); } @@ -986,7 +986,7 @@

- +