|
Lines 455-461
sub _build_default_values_for_mod_marc {
Link Here
|
| 455 |
my ($frameworkcode) = @_; |
455 |
my ($frameworkcode) = @_; |
| 456 |
return $default_values_for_mod_from_marc{$frameworkcode} |
456 |
return $default_values_for_mod_from_marc{$frameworkcode} |
| 457 |
if exists $default_values_for_mod_from_marc{$frameworkcode}; |
457 |
if exists $default_values_for_mod_from_marc{$frameworkcode}; |
| 458 |
my $marc_structure = C4::Biblio::GetMarcStructure( 1, $frameworkcode ); |
|
|
| 459 |
my $default_values = { |
458 |
my $default_values = { |
| 460 |
barcode => undef, |
459 |
barcode => undef, |
| 461 |
booksellerid => undef, |
460 |
booksellerid => undef, |
| 462 |
- |
|
|