return the matched circ rule during inspect
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Aug 2010 15:21:00 +0000 (15:21 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Aug 2010 15:21:00 +0000 (15:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17097 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index 7eb7192..c927355 100644 (file)
@@ -1111,6 +1111,7 @@ sub do_inspect {
         circ_test_success => $self->circ_test_success,
         failure_events => [],
         failure_codes => [],
+        matchpoint => $self->circ_matrix_matchpoint
     };
 
     unless($self->circ_test_success) {