https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27893

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #24 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Sorry, more questions :)

1) It looks like cancel is not actually checking for the status of an order
line. Should we be able to cancel an already cancelled order, add a "not
cancelled" to our search or do I miss something?

+        my @result = Koha::Acquisition::Orders->search( { biblionumber =>
$biblionumber } )->cancel;

2) +        #FIXME This should be handled in template alert

3) Terminology

So we don't forget about this later: Please don't use biblio, use
bibliographic.

 +              <label for="skip_open_orders">Skip biblio records with open
acquisition orders</label>

3) Warning text

Warning: This record is used in 1 order(s). Deleting it could cause serious
issues on acquisition module. Are you sure you want to delete this record?

Should we keep it like that? I think it would be nice to remove the "serious
issues" (we mostly fixed those now) with a note that open orders will be
cancelled. What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to