This commit is contained in:
James Cole
2021-10-01 05:04:03 +02:00
parent d447f5f9d7
commit b1b6ea9b11
2 changed files with 3 additions and 0 deletions

View File

@@ -48,4 +48,6 @@ function presentSearchResults(data) {
updateListButtons();
// want to clone?
$('.clone-transaction').click(cloneTransaction);
}