[FIX] website_customer: the extra / for url pager is not need in saas-4

This commit is contained in:
Denis Ledoux 2014-08-12 18:13:27 +02:00
parent fc74431c1a
commit 945864338b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class WebsiteCustomer(http.Controller):
# pager
url = '/customers/'
if country_id:
url += 'country/%s/' % country_id
url += 'country/%s' % country_id
pager = request.website.pager(
url=url, total=partner_count, page=page, step=self._references_per_page,
scope=7, url_args=post