diff options
author | ivan <ivan> | 2005-10-21 15:21:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-21 15:21:37 +0000 |
commit | cccd0b7cd38a88c131e19981be38434f87abe194 (patch) | |
tree | ddd0960706fcefdf495fe23178f0479b954093ee /httemplate/edit/process/cust_main.cgi | |
parent | a4fcab2fecfce70e38c7f150e5a870a0f60d1136 (diff) |
add CASH and WEST payment types (payments only, not cust_main.payby)
Diffstat (limited to 'httemplate/edit/process/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 85dbb9775..d77aa2fdd 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -55,6 +55,9 @@ if ( defined($cgi->param('same')) && $cgi->param('same') eq "Y" ) { ); } +$new->setfield('paid', $cgi->param('paid') ) + if $cgi->param('paid'); + #perhaps this stuff should go to cust_main.pm my $cust_pkg = ''; my $svc_acct = ''; |