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

Caroline Cyr La Rose <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caroline.cyr-la-rose@inlibr
                   |                            |o.com

--- Comment #1 from Caroline Cyr La Rose <[email protected]> ---
I noticed that after that, the item type is still NULL and causes a whole slew
of problems with the API later on.

To recreate:
1. Go to Acquisitions
2. Click 'Search' under 'Search vendors'
3. Click 'Add to basket' next to 'My basket'
4. Click 'From a new file'
5. Choose a MARC file
6. Click 'Upload file'
7. Click 'Stage for import'
8. Click 'Add staged files to basket'
9. Click 'Default accounting details'
10. Select a fund
11. Click 'Item information'
12. Choose an item type in 'y - Koha item type'
13. Click 'Select to import'
14. Select the record
15. Enter a price
16. Click 'Save'
17. Click the title to access the bibliographic record
--> API error

If you look in the db, the itemtype is NULL
MariaDB [koha_kohadev]> select itype from items where biblionumber = 439;
+-------+
| itype |
+-------+
| NULL  |
+-------+
1 row in set (0.000 sec)

18. Go back to the basket
19. Click 'Close basket'
20. Click 'Yes, close (Y)'
21. Click 'Receive shipments'
22. Enter a vendor invoice number
23. Click 'Next'
--> API error

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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