Explorar el Código

fixed purple envelope display

pull/8/head
Daniel Covington hace 6 meses
padre
commit
2a1f4ebf02
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +2
    -2
      App/DomainModels/KitRepository.asp
  2. +1
    -1
      ImportService/TrackingDataImport.vbs

+ 2
- 2
App/DomainModels/KitRepository.asp Ver fichero

@@ -51,7 +51,7 @@ Class KitRepository_Class
Public Function PagedPurpleEnvelopsIndexView(per_page, page_num, ByRef page_count, ByRef record_count)
dim sql : sql = "SELECT Kit.ID,Kit.JobNumber as [JobNumber], " &_
"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';"

dim list : set list = new LinkedList_Class
@@ -121,7 +121,7 @@ Class KitRepository_Class
"Jurisdiction.Name As Jurisdiction," &_
"(SELECT COUNT(*) From InkjetRecords Where KitID = Kit.ID)" &_
" 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)
If rs.EOF then


+ 1
- 1
ImportService/TrackingDataImport.vbs Ver fichero

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





Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.