Warning: This record is used in %s order(s). These orders will be cancelled. Are you sure you want to delete this record? Are we missing "active" or "pending" before the orders here? koha-tmpl/intranet-tmpl/prog/js/catalog.js:36
Marcel, can you please confirm (or not)?
(In reply to Katrin Fischer from comment #0) > Warning: This record is used in %s order(s). These orders will be cancelled. > Are you sure you want to delete this record? > > Are we missing "active" or "pending" before the orders here? > > koha-tmpl/intranet-tmpl/prog/js/catalog.js:36 Sorry for this late reply. The addbiblio script tries to cancel all attached orders: my @result = Koha::Acquisition::Orders->search( { biblionumber => $biblionumber } )->cancel; So the message could be left as-is. CLosing this report. Reopen if needed.