mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
function call requires company as parameter
This commit is contained in:
@@ -254,7 +254,7 @@ class StockReconciliation(StockController):
|
||||
|
||||
def get_items_for(self, warehouse):
|
||||
self.items = []
|
||||
for item in get_items(warehouse, self.posting_date, self.posting_time):
|
||||
for item in get_items(warehouse, self.posting_date, self.posting_time, self.company):
|
||||
self.append("items", item)
|
||||
|
||||
def submit(self):
|
||||
|
||||
Reference in New Issue
Block a user