add ability to trigger receipts when payment is used against a specific package inste...
[freeside.git] / httemplate / edit / process / elements / ApplicationCommon.html
index 2782dc2..e0c5bd7 100644 (file)
@@ -72,6 +72,6 @@ my $new;
 
 #}
 
-my $error = $new->insert;
+my $error = $new->insert( 'manual' => 1 );
 
 </%init>