forked from erp-dev/erp
fix: appversions
This commit is contained in:
@@ -15,6 +15,7 @@ from .views import (
|
||||
ShipmentDeliveryBindShipmentsView,
|
||||
ShipmentDeliveryByPrintingOrderView,
|
||||
ShipmentDeliveryDetailView,
|
||||
ShipmentDeliveryPrintingJobListView,
|
||||
ShipmentDeliveryListCreateView,
|
||||
ShipmentDeliveryCancelView,
|
||||
ShipmentDeliveryStatusUpdateView,
|
||||
@@ -22,6 +23,7 @@ from .views import (
|
||||
ShipmentListCreateView,
|
||||
ShipmentDetailView,
|
||||
ShipmentExternalCreateView,
|
||||
ShipmentPrintingJobListView,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -36,6 +38,7 @@ __all__ = [
|
||||
'ShipmentDeliveryBindShipmentsView',
|
||||
'ShipmentDeliveryByPrintingOrderView',
|
||||
'ShipmentDeliveryDetailView',
|
||||
'ShipmentDeliveryPrintingJobListView',
|
||||
'ShipmentDeliveryListCreateView',
|
||||
'ShipmentDeliveryCancelView',
|
||||
'ShipmentDeliveryStatusUpdateView',
|
||||
@@ -43,4 +46,5 @@ __all__ = [
|
||||
'ShipmentListCreateView',
|
||||
'ShipmentDetailView',
|
||||
'ShipmentExternalCreateView',
|
||||
'ShipmentPrintingJobListView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user