Bug 8580

Summary: transfer slip doesn't have transfers table
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P5 - low CC: katrin.fischer, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 22160    

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.