Skip to content

Commit 8a9cd07

Browse files
committed
[FIX] fix import problem with 01 line
1 parent 526b2b6 commit 8a9cd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfonb/parser/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ParserContent01(Parser):
132132
('prev_date', G_N, 6),
133133
('_4', G__, 50),
134134
('prev_amount', G_AMT, 14),
135-
('_5', G__, 16),
135+
('_5', G_ALL, 16),
136136
]
137137

138138
def _post(self, res):

0 commit comments

Comments
 (0)