function call requires company as parameter
This commit is contained in:
parent
796bffbee1
commit
0309bbee30
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user