test script fix
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Sep 2006 19:54:21 +0000 (19:54 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Sep 2006 19:54:21 +0000 (19:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6234 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/reporter-sql-builder-test.pl

index 1092016..817a9b0 100755 (executable)
@@ -68,7 +68,7 @@ my $report = {
                        direction => 'descending',
                },
                {       relation=> 'circ-checkin_lib-aou',
-                       column  => 'shortname',
+                       column  => { colname => 'shortname', transform => 'substring', params => [ 1, 4 ] },
                },
                {       relation=> 'circ',
                        column  => { transform => month_trunc => colname => 'checkin_time' },