summaryrefslogtreecommitdiff
path: root/controller.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 04:13:18 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 04:13:18 +0100
commitbf592c7e6de2d774ab6ac129e66e62f9b40b06da (patch)
tree25715b979ffa745be185c3eb53cb08f24e1749d9 /controller.py
parent428283a2a067f8d0b3a0f7df7190df293b44e3de (diff)
downloadkosten-bf592c7e6de2d774ab6ac129e66e62f9b40b06da.tar.gz
kosten-bf592c7e6de2d774ab6ac129e66e62f9b40b06da.tar.bz2
kosten-bf592c7e6de2d774ab6ac129e66e62f9b40b06da.zip
fix
Diffstat (limited to 'controller.py')
-rw-r--r--controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.py b/controller.py
index 1ac5132..e63f22f 100644
--- a/controller.py
+++ b/controller.py
@@ -228,7 +228,7 @@ class ConstAdd:
class ConstEdit (ConstAdd):
template = "constedit"
- def GET(self, id, fromId):
+ def GET(self, id, fromId = None):
if id == "from":
fromC = ConstExpense.get(fromId)