Item does not get the correct status after migrating Virtua loans #1974
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
f: data migration
Data migration from a legacy system or a previous version
Milestone
Item status remains on_shelf after creating ITEM_ON_LOAN loan for the item.
The method
reroils_modules_loans_load_virtua_transactions
is created to load loans from the Virtua database directly to the REROILS instance. Process works correctly however, the loaded loans do not update the itemstatus
.After loading the loan, the new loan is well attached to the item. the
on_shelf
status remain unchanged.v0.12.0
Screenshots
Item is checked-out and status remains
on_shelf
.The text was updated successfully, but these errors were encountered: