Commit 7315d3ee authored by Jean-Paul Smets's avatar Jean-Paul Smets

tab / space cleanup

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15842 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af15291c
...@@ -109,7 +109,6 @@ class Amortisation: ...@@ -109,7 +109,6 @@ class Amortisation:
'acquisition_portal_type' : Expression('python:[]'), 'acquisition_portal_type' : Expression('python:[]'),
'acquisition_depends' : None, 'acquisition_depends' : None,
'mode' : 'w' }, 'mode' : 'w' },
# Properties specific to each amortisation method # Properties specific to each amortisation method
{ 'id' : 'degressive_coefficient', { 'id' : 'degressive_coefficient',
'description' : 'The fiscal coefficient to use in degressive amortisation', 'description' : 'The fiscal coefficient to use in degressive amortisation',
......
...@@ -68,7 +68,7 @@ def get_value(self, id, **kw): ...@@ -68,7 +68,7 @@ def get_value(self, id, **kw):
field = REQUEST.get('field__proxyfield_%s_%s' % (self.id, id), self) field = REQUEST.get('field__proxyfield_%s_%s' % (self.id, id), self)
else: else:
field = self field = self
kw['field'] = field kw['field'] = field
form = field.aq_parent # XXX (JPS) form for default is wrong apparently in listbox - double check form = field.aq_parent # XXX (JPS) form for default is wrong apparently in listbox - double check
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment