Skip to content

Commit

Permalink
issue PrestaShop#11096 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeyushAgrawal committed Dec 22, 2018
1 parent 706ea9a commit 4ff7ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin/orders.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function updateAmounts(order)
$('.total_paid').fadeOut('slow', function() {
formatCurrencyCldr(parseFloat(order.total_paid_tax_incl), function(value) {
$('.total_paid').html(value);
$('#.total_paid').fadeIn('slow');
$('.total_paid').fadeIn('slow');
});
});
$('.alert').slideDown('slow');
Expand Down

0 comments on commit 4ff7ef4

Please sign in to comment.