Remove references to deprecated batch handler methods
This commit is contained in:
parent
cb39ca7970
commit
242bcd7603
3 changed files with 5 additions and 5 deletions
|
@ -494,7 +494,7 @@ class ProductsView(MasterView):
|
|||
params['created_by'] = user
|
||||
batch = handler.make_batch(session, **params)
|
||||
batch.products = products.with_session(session).all()
|
||||
handler.make_initial_rows(batch, progress=progress)
|
||||
handler.populate(batch, progress=progress)
|
||||
|
||||
session.commit()
|
||||
session.refresh(batch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue