[Koha-bugs] [Bug 35879] New: Publication Templates within Serials does not work as documented

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 23 20:05:40 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35879

            Bug ID: 35879
           Summary: Publication Templates within Serials does not work as
                    documented
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Serials
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kelly at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

The bug 33039 :Add ability to specify a template for serial subscription
"Published on (text)" field explains that template toolkit can be used for
including fields from the subscription within this text box.  Unfortunately, as
the bug is lined out, the 

" Keys available are the Koha::Subscription object as 'subscription'
   and the following serial table columns as keys:
    serialseq
    serialseq_x
    serialseq_y
    serialseq_z
    subscriptionid
    biblionumber
    status
    planneddate
    publisheddate
    publisheddateext
    notes
    routingnotes
   So your example template could be "[% subscription.subscriptionid %] [%
biblionumber %]"

The object, 'subscription' does not work in this template.  If a library wanted
to include the planned date, they would use [% planneddate %] and not use [%
subscription.planneddate %]. 

I also would like to point out bug 35867- 
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35867

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list