]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1425191 Restore summarization of serial units
authorDan Wells <dbw2@calvin.edu>
Thu, 12 Feb 2015 18:08:52 +0000 (13:08 -0500)
committerDan Wells <dbw2@calvin.edu>
Thu, 26 Feb 2015 20:59:48 +0000 (15:59 -0500)
commit0a3348f16ee9f8c3bba4da6951249914f88116b7
treebd2a73457478e15cb6acabbe94c820d76fbbe06a
parent0ba3e77dc9e406deb348f7bc5149bac273d470e5
LP#1425191 Restore summarization of serial units

In a previous commit, code was added for force summaries to be limited
to a certain type (to prevent cross type contamination of summaries).
This had the negative side-effect of preventing summaries on units, as
the units were not requesting a 'type' for their summary.

While we could force the unit code to send a type, it seemed generally
more flexible to restore the removed support for returning all summary
information in the absense of a requested type.  This could lead to
cross-type summaries for units, but that is a larger issue altogether
(i.e. how we can properly support cross-type units at all).

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm