aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/device.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/device.py')
-rw-r--r--servo/models/device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/models/device.py b/servo/models/device.py
index 0e244fc..6c13d81 100644
--- a/servo/models/device.py
+++ b/servo/models/device.py
@@ -315,7 +315,7 @@ class Device(models.Model):
gsx_act = GsxAccount.get_default_account()
ship_to = gsx_act.ship_to
- wty = product.warranty(ship_to=gsx_act.ship_to)
+ wty = product.warranty(ship_to=ship_to)
model = product.model()
if device is None: