Browse Source

bugfix: date pasing

Steve Nyemba 4 years ago
parent
commit
d20b08e7ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      healthcareio/x12/__init__.py

+ 1 - 0
healthcareio/x12/__init__.py

@@ -509,6 +509,7 @@ class Parser (Process):
         # section = section if section else config['SECTION']
         # section = section if section else config['SECTION']
         logs    = []
         logs    = []
         claims  = []
         claims  = []
+        _code = 'UNKNOWN'
         try:
         try:
             self.cache = {}
             self.cache = {}
             file = open(filename.strip())
             file = open(filename.strip())