aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxws/repairs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index 525341d..be01a1b 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -230,7 +230,7 @@ class CarryInRepair(Repair):
if not hasattr(self, "repairConfirmationNumber"):
self.repairConfirmationNumber = self.dispatchId
- del self.dispatchId
+ del self._data['dispatchId']
# Merge old and new data (old data should have Dispatch ID)
self._data.update(newdata)