Bug 8580 - transfer slip doesn't have transfers table
Summary: transfer slip doesn't have transfers table
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 22160
  Show dependency treegraph
 
Reported: 2012-08-06 16:56 UTC by Nicole C. Engard
Modified: 2019-12-23 09:19 UTC (History)
2 users (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 Nicole C. Engard 2012-08-06 16:56:20 UTC
When working on the transfers slip there isn't access to the transfers table.  If you want to show From and To branches you have to use branches.branchcode for From and items.holdingbranch for To - but tobranch and frombranch are in the transfers table.  Along those lines I know you can use items.holdingbranch cause I tested it, but it's not an option in the tables on the left so a regular user wouldn't know this.

I think the transfers and items tables should be accessible (aka visible) on the left of the transfer slip.

Nicole
Comment 1 Katrin Fischer 2015-06-07 00:00:59 UTC
The items table is offered now for the transferslip. 

Adding the transfers table to the list is not so easy, as I think the tables that are shown are by module - so showing it for transferslip would make it show up for for the other 'circulation' notices as well.

Lowering severity as items is available now.