[MERGE] crash when duplicating a pos_config

bzr revid: qdp-launchpad@openerp.com-20130318112603-3ursnpro19qhb5yh
This commit is contained in:
Quentin (OpenERP) 2013-03-18 12:26:03 +01:00
commit efbfb6514c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class pos_config(osv.osv):
'sequence_id' : False,
}
d.update(default)
return super(pos_order, self).copy(cr, uid, id, d, context=context)
return super(pos_config, self).copy(cr, uid, id, d, context=context)
def name_get(self, cr, uid, ids, context=None):