Browse Source

fixed C4::Dates usage that caused crash of orderreceive.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Galen Charlton 17 years ago
committed by Joshua Ferraro
parent
commit
4ad5df9655
  1. 2
      acqui/orderreceive.pl

2
acqui/orderreceive.pl

@ -63,7 +63,7 @@ use C4::Koha; # GetKohaAuthorisedValues GetItemTypes
use C4::Acquisition;
use C4::Auth;
use C4::Output;
use C4::Dates;
use C4::Dates qw/format_date/;
use C4::Bookseller;
use C4::Members;
use C4::Branch; # GetBranches

Loading…
Cancel
Save