summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-07 13:30:00 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-07 13:30:00 +0100
commit76e0102849ab45025b8cf1e7933b1e90d65c0ca6 (patch)
treee2abb8c6e1ef14f9b6768c51d22b07288d5551b4 /ishtar/furnitures/forms.py
parent67d9315db7656319322f38e31bc7bd44d0dbe9b9 (diff)
downloadIshtar-76e0102849ab45025b8cf1e7933b1e90d65c0ca6.tar.bz2
Ishtar-76e0102849ab45025b8cf1e7933b1e90d65c0ca6.zip
Correct the save of parcels (refs #14)
Diffstat (limited to 'ishtar/furnitures/forms.py')
-rw-r--r--ishtar/furnitures/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py
index a65c44611..bf8f089a2 100644
--- a/ishtar/furnitures/forms.py
+++ b/ishtar/furnitures/forms.py
@@ -264,6 +264,7 @@ class FileWizard(Wizard):
dct['operation'] = None
if 'DELETE' in dct:
dct.pop('DELETE')
+ dct['history_modifier'] = request.user
parcel = models.Parcel(**dct)
parcel.save()
return res