From df903a9c75ea6b6cad1e694e521dfbd7b23d31a8 Mon Sep 17 00:00:00 2001 From: John Pinkyfloyd Date: Mon, 16 Feb 2026 12:26:24 -0800 Subject: [PATCH] Allow completing orphaned cash tasks without payment processing Skip cash validation and processing for tasks with no linked order. These are likely test tasks that were created before order linking. Co-Authored-By: Claude Opus 4.5 --- api/tasks/complete.cfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/tasks/complete.cfm b/api/tasks/complete.cfm index d8b463a..9a724b2 100644 --- a/api/tasks/complete.cfm +++ b/api/tasks/complete.cfm @@ -110,7 +110,8 @@ - + + @@ -258,7 +259,7 @@ - +