mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: fix linters issue
This commit is contained in:
@@ -1334,10 +1334,6 @@ class SerialBatchCreation:
|
|||||||
if self.get("voucher_no"):
|
if self.get("voucher_no"):
|
||||||
voucher_no = 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)
|
obj = NamingSeries(self.serial_no_series)
|
||||||
current_value = obj.get_current_value()
|
current_value = obj.get_current_value()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user