Bug 17633: (QA followup) remove debugging leftover
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
f384f94702
commit
8a3ae73079
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ subtest 'C4::Items::_build_default_values_for_mod_marc' => sub {
|
|||
);
|
||||
$item_record->append_fields( $barcode_field );
|
||||
my (undef, undef, $item_itemnumber) = AddItemFromMarc($item_record, $biblionumber);
|
||||
use Data::Printer colored => 1;
|
||||
|
||||
# Make sure everything has been set up
|
||||
my $item = GetItem($item_itemnumber);
|
||||
is( $item->{barcode}, $a_barcode, 'Everything has been set up correctly, the barcode is defined as expected' );
|
||||
|
|
Loading…
Reference in a new issue