aboutsummaryrefslogtreecommitdiffstats
path: root/servo
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-05-02 16:33:18 +0300
committerFilipp Lepalaan <filipp@mac.com>2016-05-02 16:33:18 +0300
commit8e193c561b5e329d2e88817e11fcfbbd29b7bce2 (patch)
tree083349f9ea79f68424e15bdf9de4f7800849697b /servo
parent47cc21441b437fe148c72bd181059728b47bdf9b (diff)
downloadServo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.tar.gz
Servo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.tar.bz2
Servo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.zip
Fix for issue #23
Diffstat (limited to 'servo')
-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: