diff options
-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 b22676c..407fc25 100644 --- a/gsxws/repairs.py +++ b/gsxws/repairs.py @@ -224,7 +224,7 @@ class CarryInRepair(Repair): """ self._namespace = "asp:" - if not getattr(self, "repairConfirmationNumber"): + if not hasattr(self, "repairConfirmationNumber"): self.repairConfirmationNumber = self.dispatchId del(self.dispatchId) |