View | Details | Raw Unified | Return to bug 7817
Collapse All | Expand All

(-)a/C4/Items.pm (-2 / +1 lines)
Lines 459-465 my %default_values_for_mod_from_marc = ( Link Here
459
    itemnotes            => undef, 
459
    itemnotes            => undef, 
460
    itype                => undef, 
460
    itype                => undef, 
461
    location             => undef, 
461
    location             => undef, 
462
    permanent_location   => undef,
462
#    permanent_location   => undef, # "undef" counts as "exists" which disrupts proper handling of location and permanent_location in _do_column_fixes_for_mod()
463
    materials            => undef, 
463
    materials            => undef, 
464
    notforloan           => 0,
464
    notforloan           => 0,
465
    paidfor              => undef, 
465
    paidfor              => undef, 
466
- 

Return to bug 7817