mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 06:43:23 +00:00
Manage related transactions.
This commit is contained in:
@@ -27,6 +27,7 @@ $(document).ready(function () {
|
||||
function relateTransaction(e) {
|
||||
var target = $(e.target);
|
||||
var ID = target.data('id');
|
||||
alert("TODO remove me");
|
||||
$('#relationModal').empty().load('transaction/relate/' + ID).modal('show');
|
||||
return false;
|
||||
}
|
Reference in New Issue
Block a user