chore: fix linters issue

This commit is contained in:
rohitwaghchaure
2025-11-11 10:51:19 +05:30
committed by GitHub
parent 4ec25ac82e
commit 87f3ba5794

View File

@@ -1334,10 +1334,6 @@ class SerialBatchCreation:
if self.get("voucher_no"):
voucher_no = self.get("voucher_no")
voucher_type = ""
if self.get("voucher_type"):
voucher_type = self.get("voucher_type")
obj = NamingSeries(self.serial_no_series)
current_value = obj.get_current_value()