diff options
author | Filipp Lepalaan <f@230.to> | 2013-06-06 14:07:58 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-06-06 14:07:58 +0300 |
commit | 0416bf0c5cba4fe4fa33704256df37f9b9bc2981 (patch) | |
tree | bb5ec050ea799462ff983735334a6bcb85d39d19 /gsxws | |
parent | 5263b76a7fdf6355e367b1792281905c4149a68c (diff) | |
download | py-gsxws-0416bf0c5cba4fe4fa33704256df37f9b9bc2981.tar.gz py-gsxws-0416bf0c5cba4fe4fa33704256df37f9b9bc2981.tar.bz2 py-gsxws-0416bf0c5cba4fe4fa33704256df37f9b9bc2981.zip |
Use correct method name in carryin update
Diffstat (limited to 'gsxws')
-rw-r--r-- | gsxws/repairs.py | 2 |
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): |