From 87f3ba579428f70dbd523cbc17f83a275e232f77 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Tue, 11 Nov 2025 10:51:19 +0530 Subject: [PATCH] chore: fix linters issue --- erpnext/stock/serial_batch_bundle.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/stock/serial_batch_bundle.py b/erpnext/stock/serial_batch_bundle.py index 4a04272a580..db9cf422b5f 100644 --- a/erpnext/stock/serial_batch_bundle.py +++ b/erpnext/stock/serial_batch_bundle.py @@ -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()