bzr revid: mra@mra-laptop-20100618130934-r8zvtq6w6683gwoh
This commit is contained in:
Mustufa Rangwala 2010-06-18 18:39:34 +05:30
parent b7ae8a26df
commit d1b2f438c8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class sale_order(osv.osv):
'section_id': fields.many2one('crm.case.section', 'Sales Team'),
}
def _get_section(self, cr, uid, context):
def _get_section(self, cr, uid, context=None):
return context.get('context_section_id',False)
_defaults = {