diff options
-rw-r--r-- | servo/models/device.py | 2 |
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: |