http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8009 Priority: P5 - low Change sponsored?: --- Bug ID: 8009 CC: gmcharlt@gmail.com Assignee: paul.poulain@biblibre.com Summary: Item descriptive data not populated on pay.pl QA Contact: koha.sekjal@gmail.com Severity: trivial Classification: Unclassified OS: All Reporter: ruth@bywatersolutions.com Hardware: All Status: NEW Version: rel_3_8 Component: Staff Client Product: Koha On boraccount.pl, if an itemnumber is present in the accountline, the script passes ->{title} into the template for display (in GetMemberAccountRecords). The template for pay.pl tries to use a ->{title} entry in the same way to help populate the "Description" field, but GetBorNotifyAcctRecord doesn't create that, so only accountlines.description (if present) shows up. Patch coming shortly. -- You are receiving this mail because: You are watching all bug changes.