X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Facqui-search.pl;h=1e5d917011b59ad89b8f1ba87a85d7d8b3fbccb1;hb=52ff3ca6ec6dbb801f27f6de84747032828ad004;hp=8dd338e26b68441069aaec99bfc9907c6107c895;hpb=b1479730914a9fbf8483cac5b1153ae8a87c19d3;p=koha_gimpoz diff --git a/serials/acqui-search.pl b/serials/acqui-search.pl index 8dd338e26b..1e5d917011 100755 --- a/serials/acqui-search.pl +++ b/serials/acqui-search.pl @@ -13,9 +13,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; @@ -32,7 +32,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => { serials => 1 }, + flagsrequired => { serials => '*' }, debug => 1, } );