[backends.aum] little fixes
This commit is contained in:
parent
51433d6549
commit
a045024e80
4 changed files with 15 additions and 11 deletions
|
|
@ -84,13 +84,10 @@ class PageBase(BasePage):
|
|||
return '?'
|
||||
|
||||
def nb_new_mails(self):
|
||||
|
||||
return self.__get_indicator(u'mailsCounter')
|
||||
|
||||
def nb_new_baskets(self):
|
||||
|
||||
return self.__get_indicator(u'flashsCounter')
|
||||
|
||||
def nb_new_visites(self):
|
||||
|
||||
return self.__get_indicator(u'visitesCounter')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue