diff options
author | jeff <jeff> | 2007-01-31 04:30:49 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-31 04:30:49 +0000 |
commit | a7ea8cde763b396d0f4ce48168c689d038263786 (patch) | |
tree | 224b5db7d94ae50ba7b9d0aaa544b2f185c52257 /httemplate/edit | |
parent | 89cb729e71c400307f47eef8e9e0b295db2dfca0 (diff) |
small change in payment receipt handling (ticket 1422)
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/process/cust_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_pay.cgi b/httemplate/edit/process/cust_pay.cgi index 68342ee04..a34c88aba 100755 --- a/httemplate/edit/process/cust_pay.cgi +++ b/httemplate/edit/process/cust_pay.cgi @@ -20,7 +20,7 @@ % #} fields('cust_pay') %} ); % -%my $error = $new->insert; +%my $error = $new->insert( 'manual' => 1 ); % %if ($error) { % $cgi->param('error', $error); |