diff --git a/modules/cmb/module.py b/modules/cmb/module.py index 3b07be75..15b811f0 100644 --- a/modules/cmb/module.py +++ b/modules/cmb/module.py @@ -80,6 +80,11 @@ class CmbModule(Module, CapBank): compile('^F (?P.*)'), Transaction.TYPE_BANK, '%(text)s' + ), + ( # deposit + compile('^VRST (?P.*)'), + Transaction.TYPE_DEPOSIT, + '%(text)s' ) ]