Bug 9967 - include $branch_limit in the cache key
[koha-ffzg.git] / about.pl
index b197cd3..d144e37 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -161,6 +161,7 @@ foreach my $pm_type(@pm_types) {
                 upgrade => ($pm_type eq 'upgrade_pm' ? 1 : 0),
                 current => ($pm_type eq 'current_pm' ? 1 : 0),
                 require => $stats->{'required'},
+                reqversion => $stats->{'min_ver'},
             }
         );
     }