// Fix scroll and add missing image
This commit is contained in:
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
+1
-1
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user