diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-05-02 16:33:18 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-05-02 16:33:18 +0300 |
commit | 8e193c561b5e329d2e88817e11fcfbbd29b7bce2 (patch) | |
tree | 083349f9ea79f68424e15bdf9de4f7800849697b /servo | |
parent | 47cc21441b437fe148c72bd181059728b47bdf9b (diff) | |
download | Servo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.tar.gz Servo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.tar.bz2 Servo-8e193c561b5e329d2e88817e11fcfbbd29b7bce2.zip |
Fix for issue #23
Diffstat (limited to 'servo')
-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: |