mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -101,6 +101,10 @@ class DocType:
|
|||||||
|
|
||||||
webnotes.conn.auto_commit_on_many_writes = 0
|
webnotes.conn.auto_commit_on_many_writes = 0
|
||||||
|
|
||||||
|
msgprint("Warehouse %s merged into %s. Now you can delete warehouse: %s"
|
||||||
|
% (self.doc.name, self.doc.merge_with, self.doc.name))
|
||||||
|
|
||||||
|
|
||||||
def repost(self, item_code, warehouse=None):
|
def repost(self, item_code, warehouse=None):
|
||||||
bin = self.get_bin(item_code, warehouse)
|
bin = self.get_bin(item_code, warehouse)
|
||||||
self.repost_actual_qty(bin)
|
self.repost_actual_qty(bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user