Just a small modification:

Around line 121 of orderholding.php
find
include(DIR_WS_CLASSES . 'orderheld.php');

change it into
include(DIR_WS_CLASSES . 'ordersheld.php');

otherwise you get a blank screen by preview

That's all. Thanks for this nice contribution

More...