diff --git a/apps/wpm/views.py b/apps/wpm/views.py index 4175ebc7..d85d488a 100644 --- a/apps/wpm/views.py +++ b/apps/wpm/views.py @@ -574,6 +574,7 @@ class MlogbInViewSet(CreateModelMixin, UpdateModelMixin, DestroyModelMixin, Cust "mtask": mlogbin.mtask, "mlog": mlog, "material_out": material_out, + "batch": mlogbin.batch, "batch_ofrom": wm_in.batch_ofrom, "material_ofrom": wm_in.material_ofrom, "qct": qct }