Browse Source

fix order import

blezz-tech 2 tháng trước cách đây
mục cha
commit
8ee874a583
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      serializer/orders.py

+ 1 - 1
serializer/orders.py

@@ -1,7 +1,7 @@
 from rest_framework import serializers
 from dbsynce.models import Orders
-from dbsynce.ejabber import *
 from tickets.models import Ticket, TicketList
+from dbsynce.ejabber import *
 from core.config import DEBUG, WEBSERVICE_NAME, EJ_HOST, EJ_SERVICE
 import traceback
 import requests