[Koha-bugs] [Bug 11018] Add order from a reverted file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 8 17:25:53 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11018

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 21883
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21883&action=edit
Bug 11018 - Add order from a reverted file

Weird behavior:
When an import is undone into catalog, the status is set to "reverted".
But if you open the add orders from iso2709, the status is automatically
set to "imported" and does not appear in the list.
So it is not possible to import a reverted batch.

Test plan:
- verify you reproduce the weird behavior
- apply this patch
- import a file and the batch into the catalog
- verify (in the your mysql/MariaDB cli) the status is "imported"
- verify it does not appears in the add orders from iso2809 page
- undo the import
- verify (in the your mysql/MariaDB cli) the status is "reverted"
- verify it appears in the add orders from iso2809 page and the status
  is always "reverted"
- finish the order

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list