--- store.module.dist	2007-04-17 11:51:41.000000000 -0400
+++ store.module	2007-04-17 12:11:14.000000000 -0400
@@ -1197,6 +1197,11 @@ function store_transaction_mail_form($tx
         '#default_value' => TRUE,
       );
     }
+    else {
+      // we're forcing the workflow, so we still need to set the change_workflow value.
+      $form['change_workflow'] = array('#type' => 'value', '#value' => TRUE);
+    }
+
     $form['wf'] = array('#type' => 'value', '#value' => $workflow);
   }
   
