| Summary: | Change items.content field so it prints due date by default | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Chris Cormack <chris> | 
| Component: | Notices | Assignee: | Katrin Fischer <katrin.fischer> | 
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | m.de.rooy, nengard | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: | proposed patch Signoff | ||
| 
        
          Description
        
        
          Chris Cormack
        
        
        
        
          2010-05-21 01:05:20 UTC
        
       Created attachment 2834 [details] [review] proposed patch I agree that the overdue notices should print the due date instead of the issue date. Overdue notices not use this type of line (not items.content) <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>></item> Can we add a tag for due date here? It's not on the list of fields (as far as I can see. Hi Nicole, you are right - I forgot to check the sample notices. I think there are 2 ways you can display item information in overdue notices at the moment: <<items.content>> - fields specified by command line option from overdues.pl <items>...</items> - can display information about fines too The default field if you use <<items.content>> without using the command line option to change it was issuedate Not sure we should change the sample notices. - I can do for English, but not sure what to do with the translated files. Have you tested if <<issues.date_due>> works when added to the odue notice? Actually, I'm finding that only overdue notices let you use the <item> </item> tags ... the other need <<items.content>> I haven't tried putting the due date in yet (or maybe someone has and I missed it) This bug is mentioned in: Bug 3009 - Change items.content field so it prints due date by default http://lists.koha-community.org/pipermail/koha-patches/2010-December/013236.html Tested and signed. Thx :) This bug is mentioned in: Bug 3009 - Change items.content field so it prints due date by default http://lists.koha-community.org/pipermail/koha-patches/2011-January/013722.html Patch is valid for current master. Setting version to master, platform to All. Has already been signed, but still pending... Can you please resend the signed-off patch or attach the patch file to this bug? Thx! Created attachment 3094 [details] [review] Signoff Pushed please test |