@@ -, +, @@ orderreceive.tt --- C4/Items.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Items.pm +++ a/C4/Items.pm @@ -2703,6 +2703,7 @@ sub PrepareItemrecordDisplay { $authorised_lib{$branchcode} = $branchname; } } + $defaultvalue = C4::Context->userenv->{branch}; #----- itemtypes } elsif ( $tagslib->{$tag}->{$subfield}->{authorised_value} eq "itemtypes" ) { --