--- acqui/addorderiso2709.pl | 1 + acqui/basketgroup.pl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl index 8a2a000..4ba819a 100755 --- a/acqui/addorderiso2709.pl +++ b/acqui/addorderiso2709.pl @@ -24,6 +24,7 @@ use strict; use warnings; use CGI; +use Carp; use Number::Format qw(:all); use C4::Context; diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index e1622ee..23744f2 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -45,6 +45,7 @@ The bookseller who we want to display the baskets (and basketgroups) of. use strict; use warnings; +use Carp; use C4::Input; use C4::Auth; -- 1.7.4.1 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
