aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/repairs.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-06-06 14:05:54 +0300
committerFilipp Lepalaan <f@230.to>2013-06-06 14:05:54 +0300
commit5263b76a7fdf6355e367b1792281905c4149a68c (patch)
tree971fa06bd1f4aef834df7cb5ade7997a58777013 /gsxws/repairs.py
parentf7134eb736649641aa41ce8f3b2c48c677e3f7c1 (diff)
downloadpy-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.tar.gz
py-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.tar.bz2
py-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.zip
Use correct namespace for carryin update
Diffstat (limited to 'gsxws/repairs.py')
-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")