[Koha-bugs] [Bug 18187] finishreceive.pl: Save bookseller name into items acquisition source field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 1 14:03:12 CET 2017


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 60754
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60754&action=edit
Bug 18187: finishreceive.pl: Save bookseller name into items acquisition source
field

Currently, finishreceive saves the literal booksellerid (a number) into
the item text field labeled as "Source of acquisition", unfortunately
called booksellerid. (This is the case for AcqCreateItem == receiving.)

I opened up another report for renaming this item field (18188).
On this report we make finishreceive.pl save the name of the bookseller
into the item field. This is more informative.

But I could imagine that we need a broader solution:
[1] Do we really always want that information in an item?
[2] Should orderreceive not put this information in the item field? Now we
    postpone that to finishreceive; finishreceive just overwrites these
    fields, completely ignoring what was there.

Any feedback is welcome.

Test plan:
[1] Set AcqCreateItem to receiving.
[2] Receive an order. Check 952$e in the resulting item.

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


More information about the Koha-bugs mailing list