0.6.3
fix routes models
This commit is contained in:
@@ -5,8 +5,8 @@ from django.contrib import admin
|
||||
class Admin_Route(Admin_Trans_BaseModel):
|
||||
list_display = [
|
||||
'id', 'owner_type', 'type_transport', 'cargo_type',
|
||||
'departure_DT', 'from_address_point', 'from_place',
|
||||
'arrival_DT', 'to_place', 'owner',
|
||||
'departure_DT', 'from_city', 'from_place',
|
||||
'arrival_DT', 'to_city', 'to_place', 'owner',
|
||||
'order', 'modifiedDT', 'createDT'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user