[UPDT] ASSET: Removed is_active field from asset batch form

This commit is contained in:
Horilla
2025-10-15 11:21:54 +05:30
parent 0d3eb604ee
commit f8c8c10e27

View File

@@ -469,3 +469,4 @@ class AssetBatchForm(ModelForm):
model = AssetLot
fields = "__all__"
exclude = ["is_active"]