[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.14, 1.14.4.1
Mark Wells
mark at wavetail.420.am
Fri Nov 12 15:34:14 PST 2010
- Previous message: [freeside-commits] freeside/FS/FS/pay_batch td_eft1464.pm, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.243, 1.244 cust_bill.pm, 1.299, 1.300 cust_pkg.pm, 1.179, 1.180 part_pkg.pm, 1.111, 1.112 pkg_svc.pm, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv13766/httemplate/search
Modified Files:
Tag: FREESIDE_2_1_BRANCH
cust_pay_batch.cgi
Log Message:
TD EFT batch format, RT#10545
Index: cust_pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay_batch.cgi,v
retrieving revision 1.14
retrieving revision 1.14.4.1
diff -u -w -d -r1.14 -r1.14.4.1
--- cust_pay_batch.cgi 16 Jun 2010 02:19:13 -0000 1.14
+++ cust_pay_batch.cgi 12 Nov 2010 23:34:12 -0000 1.14.4.1
@@ -150,6 +150,8 @@
qq!<OPTION VALUE="ach-spiritone">Spiritone ACH batch</OPTION>!.
qq!<OPTION VALUE="paymentech">Chase Paymentech XML</OPTION>!.
qq!<OPTION VALUE="RBC">Royal Bank of Canada PDS</OPTION>!.
+ qq!<OPTION VALUE="td_eft1464">TD Commercial Banking EFT 1464 byte</OPTION>!.
+
qq!</SELECT>!;
}
$html_init .= qq!<INPUT TYPE="hidden" NAME="batchnum" VALUE="$batchnum"><INPUT TYPE="submit" VALUE="Download"></FORM><BR><BR></TR>!;
@@ -191,6 +193,7 @@
qq!<OPTION VALUE="ach-spiritone">Spiritone ACH batch</OPTION>!.
qq!<OPTION VALUE="paymentech">Chase Paymentech XML</OPTION>!.
qq!<OPTION VALUE="RBC">Royal Bank of Canada PDS</OPTION>!.
+ qq!<OPTION VALUE="td_eft1464">TD Commercial Banking EFT 1464 byte</OPTION>!.
qq!</SELECT><BR></TR>!;
}
$html_init .= qq!<INPUT TYPE="hidden" NAME="batchnum" VALUE="$batchnum">!;
- Previous message: [freeside-commits] freeside/FS/FS/pay_batch td_eft1464.pm, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.243, 1.244 cust_bill.pm, 1.299, 1.300 cust_pkg.pm, 1.179, 1.180 part_pkg.pm, 1.111, 1.112 pkg_svc.pm, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list