From e1f3623d238aa5c2717c082ef7427cd460c34e02 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 26 May 2015 12:36:32 -0700 Subject: [PATCH] fix check batches --- FS/FS/cust_main/Billing_Batch.pm | 1 + httemplate/misc/payment.cgi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing_Batch.pm b/FS/FS/cust_main/Billing_Batch.pm index 67208e6cc..c2416ab32 100644 --- a/FS/FS/cust_main/Billing_Batch.pm +++ b/FS/FS/cust_main/Billing_Batch.pm @@ -5,6 +5,7 @@ use vars qw( $conf ); use FS::Record qw( qsearch qsearchs dbh ); use FS::pay_batch; use FS::cust_pay_batch; +use FS::cust_bill_pay_batch; install_callback FS::UID sub { $conf = new FS::Conf; diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index a48aa0120..4860aed83 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -122,7 +122,7 @@ <% mt('Account number') |h %> <% mt('Type') |h %> - + <% mt($routing_label) |h %> -- 2.11.0