diff options
author | Filipp Lepalaan <f@230.to> | 2013-06-06 14:05:54 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-06-06 14:05:54 +0300 |
commit | 5263b76a7fdf6355e367b1792281905c4149a68c (patch) | |
tree | 971fa06bd1f4aef834df7cb5ade7997a58777013 /gsxws | |
parent | f7134eb736649641aa41ce8f3b2c48c677e3f7c1 (diff) | |
download | py-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.tar.gz py-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.tar.bz2 py-gsxws-5263b76a7fdf6355e367b1792281905c4149a68c.zip |
Use correct namespace for carryin update
Diffstat (limited to 'gsxws')
-rw-r--r-- | gsxws/repairs.py | 1 |
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") |