diff --git a/admin-dev/themes/template/orders/form.tpl b/admin-dev/themes/template/orders/form.tpl
index 2c20b75d3..cb3d871d8 100755
--- a/admin-dev/themes/template/orders/form.tpl
+++ b/admin-dev/themes/template/orders/form.tpl
@@ -71,9 +71,9 @@
if ($('#old_carts_orders:visible').length == 0)
{
$(this).html(txt_hide_carts);
- $('#old_carts_orders').slideDown('slow');
+ $('#old_carts_orders').slideDown('slow');
}
- else
+ else
{
$(this).html(txt_show_carts);
$('#old_carts_orders').slideUp('slow');
@@ -144,11 +144,11 @@
}
});
});
- {if $cart->id}
+ {if $cart->id}
setupCustomer('{$cart->id_customer}');
useCart('{$cart->id}');
{/if}
-
+
$('.delete_product').live('click', function(e) {
e.preventDefault();
var to_delete = $(this).attr('rel').split('_');
@@ -198,7 +198,7 @@
});*/
resetBind();
});
-
+
function resetBind()
{
$('.fancybox').fancybox();
@@ -206,7 +206,7 @@
onClosed: useCart(id_cart)
});*/
}
-
+
function updateProductPrice(id_product, id_product_attribute, new_price)
{
$.ajax({
@@ -230,7 +230,7 @@
}
});
}
-
+
function displayQtyInStock(id)
{
if (id == 'id_product')
@@ -238,7 +238,7 @@
else
$('#qty_in_stock').html($('#ipa_'+$('#id_product option:selected').val()+' option:selected').attr('rel'));
}
-
+
function duplicateOrder(id_order)
{
$.ajax({
@@ -261,7 +261,7 @@
}
});
}
-
+
function useCart(id_new_cart)
{
id_cart = id_new_cart;
@@ -285,7 +285,7 @@
}
});
}
-
+
function deleteVoucher(id_cart_rule)
{
$.ajax({
@@ -307,7 +307,7 @@
}
});
}
-
+
function deleteProduct(id_product, id_product_attribute)
{
$.ajax({
@@ -330,7 +330,7 @@
}
});
}
-
+
function searchCustomers()
{
$.ajax({
@@ -363,7 +363,7 @@
}
});
}
-
+
function setupCustomer(idCustomer)
{
$('#products_part').show();
@@ -429,7 +429,7 @@
}
});
}
-
+
function updateCarrierList(carriers)
{
var html = '';
@@ -438,7 +438,7 @@
});
$('#id_carrier').html(html);
}
-
+
function searchProducts()
{
$('#products_part').show();
@@ -467,7 +467,7 @@
products_found += '