Fix how we generate CORE Office URL for member
This commit is contained in:
parent
82da4b23ff
commit
bd8d075437
|
@ -77,6 +77,6 @@ class PersonView(base.PeopleView):
|
||||||
|
|
||||||
# add CORE Office URL for member account
|
# add CORE Office URL for member account
|
||||||
data['view_corepos_url'] = core_office_customer_account_url(
|
data['view_corepos_url'] = core_office_customer_account_url(
|
||||||
self.rattail_config, member['id'])
|
self.rattail_config, member['number'])
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Reference in a new issue