From 0d4b62b6eb81adec5bacd6d1407146e261d41f6e Mon Sep 17 00:00:00 2001 From: Augustin Couette Date: Thu, 4 Jul 2019 20:22:26 +0200 Subject: [PATCH] Reserved area can be filled. --- cfonb/parser/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfonb/parser/common.py b/cfonb/parser/common.py index 37ee704..4e36179 100644 --- a/cfonb/parser/common.py +++ b/cfonb/parser/common.py @@ -133,7 +133,7 @@ class ParserContent01(Parser): ('account_nb', G_AN, 11), ('_3', G__, 2), ('prev_date', G_N, 6), - ('_4', G__, 50), + ('_4', G_ALL, 50), ('prev_amount', G_AMT, 14), ('_5', G_ALL, 16), ]