aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws')
-rw-r--r--gsxws/repairs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index 72629dc..9f6c1ec 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -225,7 +225,7 @@ class CarryInRepair(Repair):
self._namespace = "asp:"
# Merge old and new data (old data should have Dispatch ID)
self._data.update(newdata)
- return self._submit("repairData", "CarryInRepairUpdate", "repairConfirmation")
+ return self._submit("repairData", "UpdateCarryIn", "repairConfirmation")
class IndirectOnsiteRepair(Repair):