|
@@ -1374,6 +1374,7 @@ class serveManagement(View):
|
|
|
'payType': order['payType'],
|
|
|
'price': order['price'],
|
|
|
'username': order['userID__username'],
|
|
|
+ 'userID': order['userID__userID'],
|
|
|
'phone': order['userID__phone'],
|
|
|
'userEmail': order['userID__userEmail'],
|
|
|
'data_joined': order['userID__data_joined'].strftime("%Y-%m-%d %H:%M:%S"),
|