aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/order.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/order.py')
-rw-r--r--servo/models/order.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/servo/models/order.py b/servo/models/order.py
index 1a76a37..b5c4138 100644
--- a/servo/models/order.py
+++ b/servo/models/order.py
@@ -430,6 +430,9 @@ class Order(models.Model):
pass
def set_location(self, new_location, user):
+ """
+ Moves order to new location
+ """
# move the products too
for soi in self.serviceorderitem_set.all():
product = soi.product