@@ -, +, @@ set to NULL when item is edited --- C4/Items.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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, #HACKMAN HERE! This fix prevents items.permanent_location from becoming NULL when editing an item. materials => undef, notforloan => 0, paidfor => undef, --