aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws')
-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)