https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18889 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- 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.