Bug 19735: Add support for max_ver
[koha-equinox.git] / about.pl
index fa52ce4..184e937 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -558,6 +558,7 @@ foreach my $pm_type(@pm_types) {
                 current => ($pm_type eq 'current_pm' ? 1 : 0),
                 require => $stats->{'required'},
                 reqversion => $stats->{'min_ver'},
+                maxversion => $stats->{'max_ver'}
             }
         );
     }