Lines 1113-1119
subtest 'ModItemFromMarc' => sub {
Link Here
|
1113 |
$item->permanent_location(undef)->more_subfields_xml(undef)->store; |
1113 |
$item->permanent_location(undef)->more_subfields_xml(undef)->store; |
1114 |
$item = $item->get_from_storage; |
1114 |
$item = $item->get_from_storage; |
1115 |
|
1115 |
|
1116 |
# This time nothing is set, but we pass an emty string |
1116 |
# This time nothing is set, but we pass an empty string |
1117 |
$item->permanent_location(""); |
1117 |
$item->permanent_location(""); |
1118 |
$item->location('E'); |
1118 |
$item->location('E'); |
1119 |
$marc = C4::Items::Item2Marc( $item->unblessed, $item->biblionumber ); |
1119 |
$marc = C4::Items::Item2Marc( $item->unblessed, $item->biblionumber ); |
1120 |
- |
|
|