diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 14:49:44 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 14:49:44 -0700 |
| commit | a6a4b17cbf6359fecde5135727a59b1f7b54cd9f (patch) | |
| tree | 978da1610c9e6b80bf2c6f2bc41257bbcd3d6779 /httemplate/edit/process/elements/ApplicationCommon.html | |
| parent | 840dbc8beed6098e3b7ae17dc2553a39f5476553 (diff) | |
scalar cgi param
Diffstat (limited to 'httemplate/edit/process/elements/ApplicationCommon.html')
| -rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index ea2462aed..097a45d4f 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -69,9 +69,9 @@ my $dbh = dbh; my $new; # $new = new FS::cust_refund ( { # 'reason' => 'Refunding payment', #enter reason in UI -# 'refund' => $cgi->param('amount'), +# 'refund' => scalar($cgi->param('amount')), # 'payby' => 'BILL', -# #'_date' => $cgi->param('_date'), +# #'_date' => scalar($cgi->param('_date')), # 'payinfo' => 'Cash', #enter payinfo in UI # 'paynum' => $paynum, # } ); |
