Przeglądaj źródła

fixed purple envelope display

pull/8/head
Daniel Covington 6 miesięcy temu
rodzic
commit
2a1f4ebf02
2 zmienionych plików z 3 dodań i 3 usunięć
  1. +2
    -2
      App/DomainModels/KitRepository.asp
  2. +1
    -1
      ImportService/TrackingDataImport.vbs

+ 2
- 2
App/DomainModels/KitRepository.asp Wyświetl plik

@@ -51,7 +51,7 @@ Class KitRepository_Class
Public Function PagedPurpleEnvelopsIndexView(per_page, page_num, ByRef page_count, ByRef record_count) Public Function PagedPurpleEnvelopsIndexView(per_page, page_num, ByRef page_count, ByRef record_count)
dim sql : sql = "SELECT Kit.ID,Kit.JobNumber as [JobNumber], " &_ dim sql : sql = "SELECT Kit.ID,Kit.JobNumber as [JobNumber], " &_
"Jurisdiction.Name As Jurisdiction," &_ "Jurisdiction.Name As Jurisdiction," &_
"(SELECT COUNT(*) From KitLabels Where KitId = Kit.ID)" &_
"(SELECT COUNT(*) From InkjetRecords Where KitId = Kit.ID)" &_
" As [LabelCount],[CreatedOn],[LabelsPrinted],[ExportedToSnailWorks],[InkJetJob],[JobType],[Filename],[Cass],[Status] FROM Kit INNER JOIN Jurisdiction ON Kit.Jcode = Jurisdiction.JCode Where Kit.JobType = 'Purple Envelopes';" " As [LabelCount],[CreatedOn],[LabelsPrinted],[ExportedToSnailWorks],[InkJetJob],[JobType],[Filename],[Cass],[Status] FROM Kit INNER JOIN Jurisdiction ON Kit.Jcode = Jurisdiction.JCode Where Kit.JobType = 'Purple Envelopes';"


dim list : set list = new LinkedList_Class dim list : set list = new LinkedList_Class
@@ -121,7 +121,7 @@ Class KitRepository_Class
"Jurisdiction.Name As Jurisdiction," &_ "Jurisdiction.Name As Jurisdiction," &_
"(SELECT COUNT(*) From InkjetRecords Where KitID = Kit.ID)" &_ "(SELECT COUNT(*) From InkjetRecords Where KitID = Kit.ID)" &_
" As [LabelCount],[CreatedOn],[LabelsPrinted],[ExportedToSnailWorks],[JobType] FROM Kit INNER JOIN Jurisdiction ON Kit.Jcode = Jurisdiction.JCode " &_ " As [LabelCount],[CreatedOn],[LabelsPrinted],[ExportedToSnailWorks],[JobType] FROM Kit INNER JOIN Jurisdiction ON Kit.Jcode = Jurisdiction.JCode " &_
"WHERE ID = ? AND Kit.JobType Is Null or Kit.JobType = 'Purple Envelopes'"
"WHERE ID = ? "


dim rs : set rs = DAL.Query(sql,ID) dim rs : set rs = DAL.Query(sql,ID)
If rs.EOF then If rs.EOF then


+ 1
- 1
ImportService/TrackingDataImport.vbs Wyświetl plik

@@ -37,7 +37,7 @@ Dim WorkingDirectory:WorkingDirectory = Replace(WScript.ScriptFullName,WScript.S
RunMailManager RunMailManager
ImportCass ImportCass
End If End If
WScript.Quit








Ładowanie…
Anuluj
Zapisz

Powered by TurnKey Linux.