1 Commits 36f7b33182 ... f79b4a8358

Author SHA1 Message Date
  FFIB f79b4a8358 update 1 month ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      account/admin.py

+ 1 - 1
account/admin.py

@@ -20,7 +20,7 @@ class UserInfoAdmin(ChangeOnlyModelAdmin, admin.ModelAdmin):
20 20
 
21 21
 
22 22
 class LensmanInfoAdmin(ChangeOnlyModelAdmin, admin.ModelAdmin):
23
-    list_display = ('lensman_id', 'user_id', 'name', 'phone', 'lensman_status', 'start_date', 'end_date', 'status', 'updated_at', 'created_at')
23
+    list_display = ('lensman_id', 'user_id', 'name', 'phone', 'lensman_status', 'start_date', 'end_date', 'lensman_type', 'integral_start_date', 'integral_end_date', 'status', 'updated_at', 'created_at')
24 24
     list_filter = ('lensman_status', 'status')
25 25
     search_fields = ('user_id', 'name', 'phone')
26 26