http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14150 Bug ID: 14150 Summary: Field issues.date_due does not display in ISSUESLIP or ISSUEQSLIP Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Created attachment 38871 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38871&action=edit SAMPLE ISSUESLIP (may be used for testing). The field <<issues.date_due>> will not display in the ISSUESLIP or ISSUEQSLIP notices, when printed inside <checkedout> or <overdue> tags. Steps to replicate: 1) Go to tools->notices and slips, edit ISSUESLIP for all branches. 2) Put the following text in the EMAIL template: <checkedout> Checked out: Date Due: <<issues.date_due>> </checkedout> <overdue> Overdue: Date Due: <<issues.date_due>> </overdue> 3) Set the following fields in ISSUESLIP (I don't know that any of these matter) Name: Issue Slip HTML Message: [checked] Message Subject: Issue Slip 4) Check out an item 5) Click Print Issue Slip You will see that the issue slip does not print issues.date_due the same problem affects ISSUEQSLIP. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.