[Bug 36906] New: Warning text: This record is used in %s order(s)...
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36906 Bug ID: 36906 Summary: Warning text: This record is used in %s order(s)... Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl 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 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36906 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Marcel, can you please confirm (or not)? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36906 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org