fix --> bug of transaction dashboard on free visibility scope
This commit is contained in:
@@ -286,6 +286,7 @@ class InventoryQuotaSaleTransactionViewSet(
|
||||
|
||||
tr_item_view = InventoryQuotaSaleItemViewSet()
|
||||
tr_item_view.request = request
|
||||
tr_item_view.kwargs = {'pk': None}
|
||||
tr_item_objects = tr_item_view.get_queryset(visibility_by_org_scope=True)
|
||||
|
||||
transaction_dashboard_data = self.get_dashboard(
|
||||
|
||||
Reference in New Issue
Block a user