// add payment information on Payment table
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11391 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -736,6 +736,15 @@ function init()
|
||||
else
|
||||
$('select[name=discount_invoice]').attr('disabled', false);
|
||||
});
|
||||
|
||||
$('.open_payment_information').click(function() {
|
||||
if ($(this).parent().parent().next('tr').is(':visible'))
|
||||
$(this).parent().parent().next('tr').hide();
|
||||
else
|
||||
$(this).parent().parent().next('tr').show();
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user