Bug 24450

Summary: Clarify wording when unable to cancel order and delete record
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: AcquisitionsAssignee: David Roberts <david.roberts>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: aholt, david.roberts
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2020-01-17 14:35:59 UTC
On basket.pl, when looking at an order line for a bib that has been used in more than one uncanceled order we get the message "Can't cancel order and delete catalog record
X order(s) left" This message doesn't do a very good job of conveying what's being counted.

X here is the count of uncanceled orders for this bib, minus 1. In other words, how many orders other than the one you're currently looking at use this bib. 

I'd suggest changing "X order(s) left" to "Used in X other order(s)."
Comment 1 Katrin Fischer 2020-01-19 23:12:55 UTC
When this is changed, please keep in mind that the same text shows on receiving orders as you can also cancel from there.
Comment 2 Katrin Fischer 2020-04-05 12:11:06 UTC
Hi David, if you plan to work on a bug, please also change the status from NEW to Assigned - this makes it easier to filter :)
Comment 3 David Roberts 2020-04-05 15:49:21 UTC
Whoops, sorry!