Skip to content

Commit

Permalink
remove breaks from stat
Browse files Browse the repository at this point in the history
  • Loading branch information
eldertek committed Sep 20, 2023
1 parent 5dd5034 commit daa9a3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xnbtd/tours/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class GLSAdmin(ExportMixin, admin.ModelAdmin):
)
list_filter = ('date', 'linked_user', 'name', 'license_plate')
list_statistic = [
('breaks', _('Total Break Hours')),
('packages_delivered', _('Total Packages Delivered')),
]

Expand Down Expand Up @@ -214,7 +213,6 @@ class TNTAdmin(ExportMixin, admin.ModelAdmin):
)
list_filter = ('date', 'linked_user', 'name', 'license_plate')
list_statistic = [
('breaks', _('Total Break Hours')),
('totals_clients', _('Total Clients')),
]

Expand Down Expand Up @@ -270,7 +268,6 @@ class ChronopostDeliveryAdmin(ExportMixin, admin.ModelAdmin):
)
list_filter = ('date', 'linked_user', 'name', 'license_plate')
list_statistic = [
('breaks', _('Total Break Hours')),
('total_points', _('Total of Points')),
]

Expand Down Expand Up @@ -320,7 +317,6 @@ class ChronopostPickupAdmin(ExportMixin, admin.ModelAdmin):
)
list_filter = ('date', 'linked_user', 'name', 'license_plate')
list_statistic = [
('breaks', _('Total Break Hours')),
('picked_points', _('Total of Picked Points')),
]

Expand Down Expand Up @@ -374,7 +370,6 @@ class CiblexAdmin(ExportMixin, admin.ModelAdmin):
)
list_filter = ('date', 'linked_user', 'name', 'license_plate')
list_statistic = [
('breaks', _('Total Break Hours')),
('days', _('Total Days'))
]

Expand Down

0 comments on commit daa9a3b

Please sign in to comment.