public
Description: My money tracking app. There are many like it, but this one is mine.
Homepage:
Clone URL: git://github.com/dustin/money.git
Fix edit links for admin views.
dustin (author)
Sat May 24 20:06:57 -0700 2008
commit  703b31664a181749f67fc7bda311c11f0e156048
tree    187bbdf58c019e8ce0d9d728f49ad96bc9fff182
parent  eed2986a2cee3e3f1b9f5a895741c58dcabb1e0c
...
54
55
56
57
 
...
54
55
56
 
57
0
@@ -54,4 +54,4 @@
0
   function setuptxedit(aid, id) { setup_txn_editors(aid, id, known_cats, updateReconciled) }
0
 
0
   - @transactions.each do |t|
0
-    == setuptxedit(#{@current_acct.id}, #{t.id});
0
+    == setuptxedit(#{t.account.id}, #{t.id});

Comments