do not consider special accounts
This commit is contained in:
parent
e52c6d6b18
commit
df3fdcd123
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,8 @@ class CmbBackend(BaseBackend, ICapBank):
|
||||||
href = a[0].get('href')
|
href = a[0].get('href')
|
||||||
m = match(r"javascript:releve\((.*),'(.*)','(.*)'\)",
|
m = match(r"javascript:releve\((.*),'(.*)','(.*)'\)",
|
||||||
href)
|
href)
|
||||||
|
if not m:
|
||||||
|
continue
|
||||||
account.id = unicode(m.group(1) + m.group(2) + m.group(3))
|
account.id = unicode(m.group(1) + m.group(2) + m.group(3))
|
||||||
account._cmbvaleur = m.group(1)
|
account._cmbvaleur = m.group(1)
|
||||||
account._cmbvaleur2 = m.group(2)
|
account._cmbvaleur2 = m.group(2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue