joycecast commited on
Commit
df0502d
·
verified ·
1 Parent(s): a6ab8d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def build_ups_batch_no_header(file):
177
  out["QV Notif 1-Excp"] = out["QV Notif 1-Addr"].apply(lambda x: "1" if x else "")
178
  out["QV Notif 1-Delv"] = out["QV Notif 1-Addr"].apply(lambda x: "1" if x else "")
179
 
180
- out["QV Notif 2-Addr"] = "shaqdong@apexglobe.com"
181
  out["QV Notif 2-Ship"] = "1"
182
  out["QV Notif 2-Excp"] = "1"
183
  out["QV Notif 2-Delv"] = "1"
 
177
  out["QV Notif 1-Excp"] = out["QV Notif 1-Addr"].apply(lambda x: "1" if x else "")
178
  out["QV Notif 1-Delv"] = out["QV Notif 1-Addr"].apply(lambda x: "1" if x else "")
179
 
180
+ out["QV Notif 2-Addr"] = "wh-ord@apexglobe.com"
181
  out["QV Notif 2-Ship"] = "1"
182
  out["QV Notif 2-Excp"] = "1"
183
  out["QV Notif 2-Delv"] = "1"