[freeside-commits] freeside/httemplate/edit cust_credit.cgi, 1.24, 1.25
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Oct 26 00:12:13 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.13.2.16, 1.13.2.17
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.328, 1.329 Schema.pm, 1.172, 1.173 cust_bill_ApplicationCommon.pm, 1.13, 1.14 cust_bill_pay_pkg.pm, 1.4, 1.5 cust_bill_pkg.pm, 1.43, 1.44 cust_bill_pkg_tax_location.pm, 1.2, 1.3 cust_bill_pkg_tax_rate_location.pm, 1.1, 1.2 cust_credit_bill_pkg.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv23012/httemplate/edit
Modified Files:
cust_credit.cgi
Log Message:
credits return taxes, but the magic calculation button does not yet work properly (grrr - more sleep required) RT#4729
Index: cust_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cust_credit.cgi 30 Jul 2009 06:49:17 -0000 1.24
+++ cust_credit.cgi 26 Oct 2009 07:12:11 -0000 1.25
@@ -40,6 +40,11 @@
<TD><SELECT NAME="apply"><OPTION VALUE="yes" SELECTED>yes<OPTION>no</SELECT></TD>
</TR>
+ <TR>
+ <TD ALIGN="right">Tax</TD>
+ <TD><SELECT NAME="tax"><OPTION VALUE="included" SELECTED>is included<OPTION VALUE="calculate">is to be calculated</SELECT></TD>
+ </TR>
+
% if ( $conf->exists('pkg-balances') ) {
<% include('/elements/tr-select-cust_pkg-balances.html',
'custnum' => $custnum,
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.13.2.16, 1.13.2.17
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.328, 1.329 Schema.pm, 1.172, 1.173 cust_bill_ApplicationCommon.pm, 1.13, 1.14 cust_bill_pay_pkg.pm, 1.4, 1.5 cust_bill_pkg.pm, 1.43, 1.44 cust_bill_pkg_tax_location.pm, 1.2, 1.3 cust_bill_pkg_tax_rate_location.pm, 1.1, 1.2 cust_credit_bill_pkg.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list