C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue,
since that's what was apparently intended.
This commit is contained in:
parent
2ec783b0ef
commit
5656db6882
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
# Suite 330, Boston, MA 02111-1307 USA
|
# Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use C4::Acquisitions;
|
use C4::Catalogue;
|
||||||
use CGI;
|
use CGI;
|
||||||
|
|
||||||
my $input = new CGI;
|
my $input = new CGI;
|
||||||
|
|
Loading…
Reference in a new issue