@@ -, +, @@ set to NULL when item is edited --- C4/Items.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/Items.pm +++ a/C4/Items.pm @@ -459,7 +459,7 @@ my %default_values_for_mod_from_marc = ( itemnotes => undef, itype => undef, location => undef, - permanent_location => undef, +# permanent_location => undef, # "undef" counts as "exists" which disrupts proper handling of location and permanent_location in _do_column_fixes_for_mod() materials => undef, notforloan => 0, paidfor => undef, --