aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxws/repairs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index d18498d..72629dc 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -222,6 +222,7 @@ class CarryInRepair(Repair):
BEGR In Repair
RFPU Ready for Pickup
"""
+ self._namespace = "asp:"
# Merge old and new data (old data should have Dispatch ID)
self._data.update(newdata)
return self._submit("repairData", "CarryInRepairUpdate", "repairConfirmation")