Browse Source

Returns an important call inadvertantly removed.

devel
Jonathan Rosenbaum 10 years ago
parent
commit
1791320659
  1. 1
      js/transaction.js

1
js/transaction.js

@ -20,6 +20,7 @@ $(function() {
$(this).closest("tr").css("background-color","#E6E7E6");
$('[href*="trans_id=' + this.name + '"]').hide();
$.post("json/transaction.php",{ paid: 1, transaction_id: this.name } );
}
else {

Loading…
Cancel
Save