@@ -, +, @@ --- acqui/addorderiso2709.pl | 1 + acqui/basketgroup.pl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) --- a/acqui/addorderiso2709.pl +++ a/acqui/addorderiso2709.pl @@ -24,6 +24,7 @@ use strict; use warnings; use CGI; +use Carp; use Number::Format qw(:all); use C4::Context; --- a/acqui/basketgroup.pl +++ a/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; --