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

            Bug ID: 26746
           Summary: Variables available for selecting into notices are
                    misleading
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The list of variables available to selectively add to a notice can be
misleading.  They are currently a list of database field names selected by the
module which the notice has been assigned to.. however not all notices actually
pass all these tables into GetPreparedLetter and so not all variables are
always supported and sometimes additional 'hidden' ones are available.

We should clarify this and add support for TT variables at the same time.

I believe we could/should do this within C4::Letters itself with a
configuration block that lists accepted variables (tables, substitutions, loops
etc) which can then be used both to construct the lists in the UI and also to
check that the calls to GetPreparedLetter are indeed passing in the
required/listed variables we list.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to