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

Nick Clemens <n...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This new feature allows
      release notes|                            |parameters to be re-used in
                   |                            |reports. When a report asks
                   |                            |for two variables using the
                   |                            |same name and
                   |                            |type/authorised value they
                   |                            |will be combined into a
                   |                            |single rquest. i.e.
                   |                            |
                   |                            |SELECT
                   |                            |*
                   |                            |FROM items
                   |                            |WHERE
                   |                            |homebranch=<<Branchcode|bra
                   |                            |nches>> AND
                   |                            |holdingbranch=<<Branchcode|
                   |                            |branches>> AND itype=<<Item
                   |                            |type|itemtypes>>
                   |                            |
                   |                            |Will ask
                   |                            |for only 2 parameters when
                   |                            |run, Branchcode and Item
                   |                            |type

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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