// Fix scroll and add missing image

This commit is contained in:
jBreux
2011-12-16 09:33:36 +00:00
parent a4f970280c
commit c3d33a8f41
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

+1 -1
View File
@@ -485,7 +485,7 @@ $(document).ready(function() {
var id_invoice = $(this).attr('data-id-invoice');
$('select[name=payment_invoice] option[value='+id_invoice+']').attr('selected', true);
$.scrollTo('#formAddPayment', 1000);
$.scrollTo('#formAddPayment', 1000, {offset: -100});
return false;
})