mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[patch] [minor] perpetual inventory stock transfer utility
This commit is contained in:
@@ -41,7 +41,6 @@ def execute():
|
|||||||
serial_no = "\n".join([d[0] for d in webnotes.conn.sql("""select name
|
serial_no = "\n".join([d[0] for d in webnotes.conn.sql("""select name
|
||||||
from `tabSerial No` where item_code = %s and warehouse = %s""",
|
from `tabSerial No` where item_code = %s and warehouse = %s""",
|
||||||
(bin.item_code, bin.warehouse))])
|
(bin.item_code, bin.warehouse))])
|
||||||
print serial_no
|
|
||||||
else:
|
else:
|
||||||
serial_no = None
|
serial_no = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user