|
@@ -274,7 +274,7 @@ class ActiveServiceAllocationInline(ServiceAllocationMixin, ActiveAllocationMixi
|
|
|
stop.short_description = 'Terminer l’allocation'
|
|
|
|
|
|
|
|
|
-class InactiveServiceAllocationInline(ServiceDisplayMixin, ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
|
|
|
+class InactiveServiceAllocationInline(ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
|
|
|
fields = ('id', 'service', 'resource', 'route', 'start', 'end')
|
|
|
readonly_fields = ('service', 'resource', 'route', 'start', 'end')
|
|
|
|