http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14700 Bug ID: 14700 Summary: batch_id is not correctly populated on patron card creation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To replicate problem: 1) Navigate to cgi-bin/koha/patroncards/home.pl 2) Click 'New Batch' this will take you to cgi-bin/koha/patroncards/edit-batch.pl?op=new 3) Click 'Add Item(s)' -> opens pop up koha/patroncards/members-search.pl?batch_id=0 4) Search for a patron 5) Click 'add' on that borrower, edit-batch.pl updates to: cgi-bin/koha/patroncards/edit-batch.pl?op=add&batch_id=0&borrower_number=xxxxxx the header on the edit-items screen shows "Items in batch number " ... this should read "Items in batch number YYYY" -- the batch number is not populated. It is impossible to export the batch. Clicking back into manage batches *will* show a valid batch number and allow the batch to be exported, but we've broken the batch id on the batch creator page. -- You are receiving this mail because: You are watching all bug changes.