summaryrefslogtreecommitdiff
path: root/fixco_custom/models/detail_order.py
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/models/detail_order.py')
-rwxr-xr-xfixco_custom/models/detail_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py
index b8e6cc3..1c4c983 100755
--- a/fixco_custom/models/detail_order.py
+++ b/fixco_custom/models/detail_order.py
@@ -148,7 +148,7 @@ class DetailOrder(models.Model):
('json_ginee', 'like', '"channel":"BLIBLI_ID"'),
]
- records = self.search(domain, order='create_date desc', limit=limit)
+ records = self.search(domain, order='create_date asc', limit=limit)
for i, rec in enumerate(records, 1):
try: