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, #HACKMAN HERE! This fix prevents items.permanent_location from becoming NULL when editing an item.
463
    materials            => undef, 
463
    materials            => undef, 
464
    notforloan           => 0,
464
    notforloan           => 0,
465
    paidfor              => undef, 
465
    paidfor              => undef, 
466
- 

Return to bug 7817