瀏覽代碼

bugfix: date pasing

Steve Nyemba 4 年之前
父節點
當前提交
18457a8253
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      healthcareio/x12/__init__.py

+ 2 - 2
healthcareio/x12/__init__.py

@@ -144,8 +144,8 @@ class Formatters :
             
             #
             # We have a date formatting issue
-           
-            return "-".join([year,month,day])
+            return value
+        return "-".join([year,month,day])
     def time(self,value):
         pass
     def sv3(self,value):