[freeside-commits] freeside/httemplate/edit/process quick-charge.cgi, 1.12, 1.13
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Feb 13 15:46:54 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv14416/httemplate/edit/process
Modified Files:
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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- quick-charge.cgi 13 Jan 2008 21:35:53 -0000 1.12
+++ quick-charge.cgi 13 Feb 2008 23:46:52 -0000 1.13
@@ -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