---- Reported by bchurch@ptfs.com 2009-03-05 15:27:03 ---- By default the items.content field outputs the following information on overdue notices: * checkout date * title * author * barcode Can the "checkout date" be changed to the "due date" since this is the date most important to the library and its patrons? --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:05 UTC --- This bug was previously known as _bug_ 3009 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3009 Actual time not defined. Setting to 0.0 The original reporter of this bug does not have an account here. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. Previous reporter was bchurch@ptfs.com.
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