Bug 19341 - Default location is always PROC when enter Item first time manually
Summary: Default location is always PROC when enter Item first time manually
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: 16.11
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-19 12:43 UTC by Vinod
Modified: 2020-11-17 20:06 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vinod 2017-09-19 12:43:20 UTC
When added item first time directly from cataloguing module after creating new biblio and selecting some new location i.e. other than PROC , even though system fixed PROC location unless we again modify the item shelving location.
Tested on Koha 16.11.11 installed on debian via package.

The test plan are:

1. Make NewItemsDefaultLocation is system preferences "PROC" and in ACQ framework default 952$c is also PROC
2. Enter new biblio in system
3. Add item informatin and choose shelving location other than PROC
4. Save the record/Item
5. Check the item shelving location, its still PROC
6. Now edit the same item
7. Select the new shelving location and save it
8. The new shelving location is visible

The requirement is if we manually modify item shelving location (First time or later) it should obey the same.
Comment 1 Katrin Fischer 2017-10-25 19:25:19 UTC
Hi Vinod,

I think this is a misunderstanding on how the feature works. Try the following:

- Set NewItemsDefaultLocation to 'PROC'
- Add a new item, set another location
- Verify that the location shown on the detail page is 'PROC'

But:

- Check the item in! - It will now show the location you had selected.

If you are using CART, it will first go to CART and then to your catalogued location, but that's the intended behaviour :)

For what you want I'd suggest another configuration:

- Remove PROC from the system preference
- Edit 952$c in the frameworks and set a default value of PROC

This will make PROC preselected for every new item, but it can be changed before saving and will then show the selected location immediately.
Comment 2 Vinod 2017-10-26 04:45:29 UTC
Hello Katrin

Thanks for your suggestions, i understood how it works now and how to get work as per my requirements.