View | Details | Raw Unified | Return to bug 6679
Collapse All | Expand All

(-)a/acqui/addorderiso2709.pl (+1 lines)
Lines 24-29 Link Here
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
26
use CGI;
26
use CGI;
27
use Carp;
27
use Number::Format qw(:all);
28
use Number::Format qw(:all);
28
29
29
use C4::Context;
30
use C4::Context;
(-)a/acqui/basketgroup.pl (-1 / +1 lines)
Lines 45-50 The bookseller who we want to display the baskets (and basketgroups) of. Link Here
45
45
46
use strict;
46
use strict;
47
use warnings;
47
use warnings;
48
use Carp;
48
49
49
use C4::Input;
50
use C4::Input;
50
use C4::Auth;
51
use C4::Auth;
51
- 

Return to bug 6679