[Koha-bugs] [Bug 18889] Item number in biblio description in fine page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 28 05:25:49 CEST 2018


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

--- Comment #3 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
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.


More information about the Koha-bugs mailing list