function call requires company as parameter

This commit is contained in:
Zlash65 2018-09-27 18:45:30 +05:30
parent 796bffbee1
commit 0309bbee30

View File

@ -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):