diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl
index 6a93ac399..768ceb825 100755
--- a/admin-dev/themes/default/template/controllers/orders/form.tpl
+++ b/admin-dev/themes/default/template/controllers/orders/form.tpl
@@ -439,11 +439,11 @@
{
if(res.found)
{
- var html = '
';
+ var html = '';
$.each(res.customers, function() {
html += '- ';
html += '';
- html += '{l s='Choose'}
';
+ html += '';
});
html += '
';
}
@@ -560,8 +560,8 @@
else
customization_errors = false;
$('#products_found').show();
- products_found += '