diff options
| author | ivan <ivan> | 2009-10-10 00:00:32 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2009-10-10 00:00:32 +0000 | 
| commit | bdf4497fd8d3778e9cc0f8b90dd8a742f3a84158 (patch) | |
| tree | f721e2efecfea352e5fbde4177e2b9b026b161ee /httemplate/edit/process | |
| parent | f04616ad2c32641c1b85820cb97bcb22edbbc9f5 (diff) | |
change invoice terms for one-time charges (& bill them immediately), RT#5891
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/quick-charge.cgi | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi index 8f0e42471..827530e50 100644 --- a/httemplate/edit/process/quick-charge.cgi +++ b/httemplate/edit/process/quick-charge.cgi @@ -55,6 +55,8 @@ unless ( $error ) {    $error ||= $cust_main->charge( {      'amount'        => $amount,      'quantity'      => $quantity, +    'bill_now'      => scalar($cgi->param('bill_now')), +    'invoice_terms' => scalar($cgi->param('invoice_terms')),      'start_date'    => ( scalar($cgi->param('start_date'))                             ? str2time($cgi->param('start_date'))                             : '' | 
