mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
chore: fix linters issue
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user