[freeside-commits] branch master updated. ce1554c9cbd7d97adeb8d55f23cdd18e12e6a623

Ivan ivan at 420.am
Tue Aug 7 23:56:09 PDT 2012


The branch, master has been updated
       via  ce1554c9cbd7d97adeb8d55f23cdd18e12e6a623 (commit)
      from  765a5c92d73a39836999c8442e70dc0bfb1f995d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ce1554c9cbd7d97adeb8d55f23cdd18e12e6a623
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 7 23:56:06 2012 -0700

    fix compilation error

diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index e98cf5a..b8da9b4 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -1083,7 +1083,7 @@ sub _upgrade_data {
   for my $format (keys %export_info) {
     my $mod = "FS::pay_batch::$format";
     if ( $mod->can('_upgrade_gateway') 
-        and exists( $conf->config("batchconfig-$format") ) ) {
+        and $conf->exists("batchconfig-$format") ) {
 
       local $@;
       my ($module, %gw_options) = $mod->_upgrade_gateway;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/pay_batch.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list