https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18889
--- Comment #7 from M. Tompsett <[email protected]> --- Comment on attachment 73362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73362 Bug 18889 - Storing and display of barcode with fines in intranet Review of attachment 73362: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18889&attachment=73362) ----------------------------------------------------------------- ::: C4/Accounts.pm @@ +281,4 @@ > date => \'NOW()', > amount => $amount, > description => $desc, > + barcode => $barcode, Why pass barcode when the itemnumber is available? -- 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/
