From ee18d159e2e4d36accb9e842ad6770b7cb3236d3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 26 Apr 2009 16:13:17 +0000 Subject: [PATCH] ebl Permits to eject Used tape git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8750 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 92e989caef..c02cf425ef 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -2142,7 +2142,7 @@ FROM Media LEFT JOIN Location ON (Media.LocationId = Location.LocationId) WHERE Media.InChanger = 1 - AND Media.VolStatus IN ('Disabled', 'Error', 'Full') + AND Media.VolStatus IN ('Disabled', 'Error', 'Full', 'Used') $sql ORDER BY expire DESC, recycle, Media.VolMounts DESC LIMIT $number -- 2.39.5