Fix missing UserID in submit.cfm order query

Tab-aware submit references qOrder.UserID but the SELECT didn't include it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-02-24 22:53:17 -08:00
parent 9ed200d7ea
commit 48fa6e4482

View file

@ -141,7 +141,7 @@
<cftry> <cftry>
<cfset qOrder = queryTimed( <cfset qOrder = queryTimed(
" "
SELECT ID, StatusID, OrderTypeID, BusinessID, ServicePointID, SELECT ID, UserID, StatusID, OrderTypeID, BusinessID, ServicePointID,
GrantID, GrantOwnerBusinessID GrantID, GrantOwnerBusinessID
FROM Orders FROM Orders
WHERE ID = ? WHERE ID = ?