Skip to content

Commit

Permalink
[PEP8]
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi committed Nov 7, 2013
1 parent 313796c commit 90af13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_prepayment/model/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class res_partner(orm.Model):
}

def _commercial_fields(self, cr, uid, context=None):
fields = super(res_partner, self)._commercial_fields(cr, uid, context=context)
fields = super(res_partner, self)._commercial_fields(cr, uid, context=context)
fields.append('use_prepayment')
return fields

0 comments on commit 90af13a

Please sign in to comment.