[freeside-commits] freeside/httemplate/edit/process quick-charge.cgi, 1.10.2.2, 1.10.2.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Feb 13 15:45:45 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv14334/httemplate/edit/process
Modified Files:
Tag: FREESIDE_1_7_BRANCH
quick-charge.cgi
Log Message:
package class selection for one-time charges RT#1322
Index: quick-charge.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-charge.cgi,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- quick-charge.cgi 13 Jan 2008 21:36:09 -0000 1.10.2.2
+++ quick-charge.cgi 13 Feb 2008 23:45:42 -0000 1.10.2.3
@@ -42,6 +42,7 @@
'amount' => $amount,
'pkg' => scalar($cgi->param('pkg')),
'taxclass' => scalar($cgi->param('taxclass')),
+ 'classnum' => scalar($cgi->param('classnum')),
'additional' => \@description,
} );
}
More information about the freeside-commits
mailing list