From 6e8cf9ca259968e813336d466e3acd7a19eb1e8c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 5 Oct 2023 17:24:04 +0530 Subject: [PATCH] fix: category on batch edit --- lms/www/batches/batch_details.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/www/batches/batch_details.py b/lms/www/batches/batch_details.py index 8840a91d..a4f4db4f 100644 --- a/lms/www/batches/batch_details.py +++ b/lms/www/batches/batch_details.py @@ -25,6 +25,8 @@ def get_context(context): "paid_batch", "amount", "currency", + "category", + "medium", "start_time", "end_time", "seat_count",