Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"] = "
|
| 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"
|