소스 검색

updated roundtrip Mailier id import

pull/8/head
Daniel Covington 4 달 전
부모
커밋
31fa1a08cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ImportService/TrackingDataImport.vbs

+ 1
- 1
ImportService/TrackingDataImport.vbs 파일 보기

@@ -385,7 +385,7 @@ While Not InkjetRs.EOF
oRsKitLabels("OutboundSerial") = serialStart
oRsKitLabels("InBoundSerial") = serialStart + 1
oRsKitLabels("OutboundIMBDigits") = KitRs("OutBoundSTID").Value & Mid & serialStart
oRsKitLabels("InBoundIMBDigits") = KitRs("InboundSTID").Value & serialStart + 1 & Jcode
oRsKitLabels("InBoundIMBDigits") = KitRs("InboundSTID").Value & Mid & serialStart + 1 & Jcode
End If
oRsKitLabels.Update
oConn.Execute("UPDATE InkjetRecords Set [KitLabelID]=" & KitLabelID & " WHERE ID=" & InkjetRs("ID") & ";")


불러오는 중...
취소
저장

Powered by TurnKey Linux.