From e0c7535b87032d84566a21cd4b4817f57cadfdb8 Mon Sep 17 00:00:00 2001 From: Sylvie Ye Date: Fri, 30 Nov 2018 18:19:29 +0100 Subject: [PATCH] [cragr] add "LIV A ASS" as TYPE_SAVINGS account --- modules/cragr/web/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cragr/web/pages.py b/modules/cragr/web/pages.py index e6d496cc90..426e2fa36c 100644 --- a/modules/cragr/web/pages.py +++ b/modules/cragr/web/pages.py @@ -206,6 +206,7 @@ class AccountsPage(MyLoggedPage, BasePage): u'EKO' : Account.TYPE_CHECKING, u'DAV NANTI': Account.TYPE_SAVINGS, u'LIV A': Account.TYPE_SAVINGS, + u'LIV A ASS': Account.TYPE_SAVINGS, u'LDD': Account.TYPE_SAVINGS, u'PEL': Account.TYPE_SAVINGS, u'CEL': Account.TYPE_SAVINGS, -- GitLab