Asking the experts...
What harm (if any) will executing the following SQL code do?
exec TP_REQUEST_PAH_REPRINT @order_no=533756, @batch_no=-1
Will it simply que a PAH Reprint REquest for order # 533756, regardless of the batch status for that order?
Thanks,Brad
Re: batch, a comment in the sproc reads:
"either @batch_no has to match the current lock (called from client) or the order has to be unlocked and the batch_no has to be -1 (web batch)"
Thanks Chris!