| Summary: | Add vendor automatically to 952 $e when creating items for serials | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Christian Stelzenmüller <christian.stelzenmueller> |
| Component: | Serials | Assignee: | Matt Blenkinsop <matt.blenkinsop> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | angela.berrett, david, katrin.fischer, matt.blenkinsop |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | Sponsored | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This enhancement to serials populates the '952$e - Source of acquisition' with the vendor id when an item is received (where the serial has 'create an item record' set).
|
Version(s) released in: | |
| Circulation function: | |||
| Attachments: |
Bug 37140: Add vendor id automatically to 952 when creating items for serials
Bug 37140: Add vendor id automatically to 952 when creating items for serials Bug 37140: Add vendor id automatically to 952 when creating items for serials Bug 37140: Add vendor id automatically to 952 when creating items for serials Bug 37140: Add vendor id automatically to 952 when creating items for serials |
||
|
Description
Christian Stelzenmüller
2024-06-20 07:32:20 UTC
*** Bug 22346 has been marked as a duplicate of this bug. *** Created attachment 190154 [details] [review] Bug 37140: Add vendor id automatically to 952 when creating items for serials Test plan: 1) If necessary, set 952 $e in the bibliographic framework to visible in the staff interface and the editor. 2) Navigate to the serials module 3) Create a subscription with a vendor and the setting “create an item record” and save it. 4) Nagivate to serial collection. 5) Set a serial issue from status “Expected” to “Arrived” 6) The vendor in subfield “e” (Source of acquisition) in the item form is empty 7) Apply the patch 8) Hard refresh the browser and the vendor should now be pre-populated with the vendor id Created attachment 190155 [details] [review] Bug 37140: Add vendor id automatically to 952 when creating items for serials Test plan: 1) If necessary, set 952 $e in the bibliographic framework to visible in the staff interface and the editor. 2) Navigate to the serials module 3) Create a subscription with a vendor and the setting “create an item record” and save it. 4) Nagivate to serial collection. 5) Set a serial issue from status “Expected” to “Arrived” 6) The vendor in subfield “e” (Source of acquisition) in the item form is empty 7) Apply the patch 8) Hard refresh the browser and the vendor should now be pre-populated with the vendor id Sponsored-by: Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) Created attachment 190156 [details] [review] Bug 37140: Add vendor id automatically to 952 when creating items for serials Test plan: 1) If necessary, set 952 $e in the bibliographic framework to visible in the staff interface and the editor. 2) Navigate to the serials module 3) Create a subscription with a vendor and the setting “create an item record” and save it. 4) Nagivate to serial collection. 5) Set a serial issue from status “Expected” to “Arrived” 6) The vendor in subfield “e” (Source of acquisition) in the item form is empty 7) Apply the patch 8) Hard refresh the browser and the vendor should now be pre-populated with the vendor id Sponsored-by: Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) Hi Matt. Things work as per the test plan. However, the 952$e - Source of acquisition is populated with the ID of the vendor instead of the vendor name. Is this within the scope of this change? I think I would like to see the vendor name rather than the ID. David Created attachment 190162 [details] [review] Bug 37140: Add vendor id automatically to 952 when creating items for serials Test plan: 1) If necessary, set 952 $e in the bibliographic framework to visible in the staff interface and the editor. 2) Navigate to the serials module 3) Create a subscription with a vendor and the setting “create an item record” and save it. 4) Nagivate to serial collection. 5) Set a serial issue from status “Expected” to “Arrived” 6) The vendor in subfield “e” (Source of acquisition) in the item form is empty 7) Apply the patch 8) Hard refresh the browser and the vendor should now be pre-populated with the vendor id Sponsored-by: Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) Signed-off-by: David Nind <david@davidnind.com> (In reply to David Nind from comment #5) > Hi Matt. > > Things work as per the test plan. > > However, the 952$e - Source of acquisition is populated with the ID of the > vendor instead of the vendor name. > > Is this within the scope of this change? > > I think I would like to see the vendor name rather than the ID. > > David Hi David, the source of aquisision is a bit of an odd one. When you use the acquisitions module, it's always populated with the vendor ID. When libraries fill it in manually, they usually put in the vendor's name. I think the ID is correct here. It looks like obsoleting the older patch hasn't worked automatically. Is this a glitch with the new git bz? The descriptions appear to be the same. Thanks for answering Cait, I wasn't sure myself when writing it but the description mentioned the ID so I went with that, happy to hear it was the right option! I've obsoleted the old patch Created attachment 190543 [details] [review] Bug 37140: Add vendor id automatically to 952 when creating items for serials Test plan: 1) If necessary, set 952 $e in the bibliographic framework to visible in the staff interface and the editor. 2) Navigate to the serials module 3) Create a subscription with a vendor and the setting “create an item record” and save it. 4) Nagivate to serial collection. 5) Set a serial issue from status “Expected” to “Arrived” 6) The vendor in subfield “e” (Source of acquisition) in the item form is empty 7) Apply the patch 8) Hard refresh the browser and the vendor should now be pre-populated with the vendor id Sponsored-by: Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> This has been signed off. Can it be added to the 26.05 release? We would love to see this feature added. |