mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
updated repost_stock patch
This commit is contained in:
@@ -18,8 +18,7 @@ from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model.code import get_obj
|
||||
bin = webnotes.conn.sql("select name from `tabBin` where item_code = 'NAS' \
|
||||
and warehouse = 'MAHAPE'")
|
||||
bin = webnotes.conn.sql("select name from `tabBin`")
|
||||
i=0
|
||||
for d in bin:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user