summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements
diff options
context:
space:
mode:
authorivan <ivan>2009-09-21 02:41:43 +0000
committerivan <ivan>2009-09-21 02:41:43 +0000
commit87ddf7284561e5c912aefe2ecc3f348649b78183 (patch)
tree5e985fbbe92d07272185ba1fb8ca7ad7b543bf8e /httemplate/edit/process/elements
parentfa80d5673f5ae567506da8177d163c770647b0d4 (diff)
add ability to trigger receipts when payment is used against a specific package instead of when it was made, RT#5199
Diffstat (limited to 'httemplate/edit/process/elements')
-rw-r--r--httemplate/edit/process/elements/ApplicationCommon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html
index 2782dc231..e0c5bd707 100644
--- a/httemplate/edit/process/elements/ApplicationCommon.html
+++ b/httemplate/edit/process/elements/ApplicationCommon.html
@@ -72,6 +72,6 @@ my $new;
#}
-my $error = $new->insert;
+my $error = $new->insert( 'manual' => 1 );
</%init>