aboutsummaryrefslogtreecommitdiffstats
path: root/repairs.py
diff options
context:
space:
mode:
Diffstat (limited to 'repairs.py')
-rw-r--r--repairs.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/repairs.py b/repairs.py
index 94f9d46..2698664 100644
--- a/repairs.py
+++ b/repairs.py
@@ -68,6 +68,15 @@ class Repair(GsxObject):
orderLines = []
+ TYPES = (
+ ('CA', "Carry-In/Non-Replinished"),
+ ('NE', "Return Before Replace"),
+ ('NT', "No Trouble Found"),
+ ('ON', "Onsite (Indirect/Direct)"),
+ ('RR', "Repair Or Replace/Whole Unit Mail-In"),
+ ('WH', "Mail-In"),
+ )
+
def get_data(self):
return {'repairData': self.data}