https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18889
--- Comment #3 from Alex Buckley <[email protected]> --- Created attachment 73362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73362&action=edit Bug 18889 - Storing and display of barcode with fines in intranet Test plan: 1. Create a manual invoice fine making sure you enter in a barcode value 2. Go to the 'Pay fines' tab and notice that the barcode value is not displayed 3. Apply patch 4. Update your database by running the updatedatabase.pl script in koha-shell This will run the atomicupdate file bug_18889_added_barcode_field_to_accountlines.sql which contains the database changes 5. Update your DBIx by running the command (in the Koha root directory): misc/devel/update_dbix_class_files.pl --db_name=<dbname> --db_user=<dbuser> --db_pass=<dbpass> 6. Repeat step 1 and 2 and notice that there is a new front end column in the 'Pay fines' page which displays the item barcode Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
