aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/repairs.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-18 15:22:18 +0300
committerFilipp Lepalaan <f@230.to>2013-07-18 15:22:18 +0300
commit8638ae60d63e3978f122bc22b6fbc3223dd7dbc1 (patch)
tree3fd8ed3fad43991fb319fb2ecf33594ef33d5be1 /gsxws/repairs.py
parente7217e03a56d558ec8b3d714868661d24540f28d (diff)
downloadpy-gsxws-8638ae60d63e3978f122bc22b6fbc3223dd7dbc1.tar.gz
py-gsxws-8638ae60d63e3978f122bc22b6fbc3223dd7dbc1.tar.bz2
py-gsxws-8638ae60d63e3978f122bc22b6fbc3223dd7dbc1.zip
Unset dispatchId in Repair.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 5cb9fdc..525341d 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -230,6 +230,7 @@ class CarryInRepair(Repair):
if not hasattr(self, "repairConfirmationNumber"):
self.repairConfirmationNumber = self.dispatchId
+ del self.dispatchId
# Merge old and new data (old data should have Dispatch ID)
self._data.update(newdata)