Ver código fonte

getting office copies to work

pull/8/head
Daniel Covington 3 meses atrás
pai
commit
0f0f5a4ae8
2 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      App/Views/Kit/SwitchBoardPurpleEnvelopeEdit.asp
  2. BIN
      ImportService/TrackingDataImport.vbs

+ 2
- 2
App/Views/Kit/SwitchBoardPurpleEnvelopeEdit.asp Ver arquivo

@@ -10,11 +10,11 @@
<p><strong>Labels Printed On :</strong> <%= Model.Kit.LabelsPrinted %></p>
<p><strong>Exported to SnailWorks On:</strong> <%= Model.Kit.ExportedToSnailWorks %></p>
<% IF Model.Kit.Status = "Ready To Assign STIDS" THEN %>
<%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %>
<p><strong>Amount of Office Copies:</strong></p>
<%= HTML.TextBox("OfficeCopies","0") %>
<%= HTML.TextBox("OfficeCopiesAmount","0") %>
<p></p>
<p><strong>Select Outbound STID:</strong></p>
<%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %>
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %>
<%= HTML.Hidden("Id", Model.Kit.ID) %>
<%= HTML.DropDownListExt("OutboundSTID","hmm",Model.StidDropDown,"STID","OPTION",Array("Class","form-select")) %>


BIN
ImportService/TrackingDataImport.vbs Ver arquivo


Carregando…
Cancelar
Salvar

Powered by TurnKey Linux.