diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-03 09:51:13 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-03 09:51:13 +0300 |
commit | 0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a (patch) | |
tree | bcbd9f954976bf6d2f3cf32b4c279f8631a012e5 /repairs.py | |
parent | b854d9346a6aa72aa978928d03bc0f2b37be0fc9 (diff) | |
download | py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.tar.gz py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.tar.bz2 py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.zip |
Accept IMEI code for Product
Diffstat (limited to 'repairs.py')
-rw-r--r-- | repairs.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = "" |