Procházet zdrojové kódy

updated roundtrip Mailier id import

pull/8/head
Daniel Covington před 4 měsíci
rodič
revize
31fa1a08cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ImportService/TrackingDataImport.vbs

+ 1
- 1
ImportService/TrackingDataImport.vbs Zobrazit soubor

@@ -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") & ";")


Načítá se…
Zrušit
Uložit

Powered by TurnKey Linux.