Due to incorrect parameters passed to C4::Items::GetItemsForInventory, checking the "Skip copies on loan" box results in the inventory failing to run.
Created attachment 3882 [details] [review] proposed patch
A good example of why subroutines with lots of positional parameters are problematic. Use named parameters if creating them
Patch pushed, please test
Seems to be working now. Closing.