moved use of C4::Heading to avoid symbol export problem
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
e5fba3650f
commit
7e39e108f1
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ use C4::Branch;
|
||||||
use C4::Dates qw/format_date/;
|
use C4::Dates qw/format_date/;
|
||||||
use C4::Log; # logaction
|
use C4::Log; # logaction
|
||||||
use C4::ClassSource;
|
use C4::ClassSource;
|
||||||
use C4::Charset;
|
|
||||||
use C4::Heading;
|
|
||||||
|
|
||||||
use vars qw($VERSION @ISA @EXPORT);
|
use vars qw($VERSION @ISA @EXPORT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue