From 8e193c561b5e329d2e88817e11fcfbbd29b7bce2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 2 May 2016 16:33:18 +0300 Subject: Fix for issue #23 --- servo/models/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo') 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: -- cgit v1.2.3