mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
fixed repost function in warehouse
This commit is contained in:
@@ -68,7 +68,7 @@ class DocType:
|
||||
bl = sql("select name from tabBin where warehouse=%s", self.doc.name)
|
||||
for b in bl:
|
||||
bobj = get_obj('Bin',b[0])
|
||||
bobj.update_item_valuation()
|
||||
bobj.update_item_valuation(posting_date = '2000-01-01', posting_time = '12:00')
|
||||
|
||||
sql("COMMIT")
|
||||
sql("START TRANSACTION")
|
||||
|
||||
Reference in New Issue
Block a user