aboutsummaryrefslogtreecommitdiffstats
path: root/repairs.py
diff options
context:
space:
mode:
Diffstat (limited to 'repairs.py')
-rw-r--r--repairs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/repairs.py b/repairs.py
index 6e47292..94f9d46 100644
--- a/repairs.py
+++ b/repairs.py
@@ -24,6 +24,7 @@ class GsxObject(object):
return dt
+
class Customer(GsxObject):
"""
Customer address for GSX
@@ -41,7 +42,7 @@ class Customer(GsxObject):
state = "ZZ"
zipCode = ""
emailAddress = ""
-
+
class RepairOrderLine(GsxObject):
partNumber = ""