@@ -, +, @@ --------- -- note that status is spelt incorrectly. -- note that status is spelt correctly now. -- note only that line changed. This typo patch could hit the highway to master at high speeds. --- C4/Items.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Items.pm +++ a/C4/Items.pm @@ -1035,7 +1035,7 @@ sub GetLostItems { branch => $branch, offset => $offset, size => $size, - stautshash => $statushash + statushash => $statushash interface => $interface, } ); --