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:
parent
9ed200d7ea
commit
48fa6e4482
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@
|
|||
<cftry>
|
||||
<cfset qOrder = queryTimed(
|
||||
"
|
||||
SELECT ID, StatusID, OrderTypeID, BusinessID, ServicePointID,
|
||||
SELECT ID, UserID, StatusID, OrderTypeID, BusinessID, ServicePointID,
|
||||
GrantID, GrantOwnerBusinessID
|
||||
FROM Orders
|
||||
WHERE ID = ?
|
||||
|
|
|
|||
Reference in a new issue