[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 42477460bfd0bd533bb5fd0cf25bc57952b564f4

Ivan ivan at 420.am
Mon Jul 30 17:21:45 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  42477460bfd0bd533bb5fd0cf25bc57952b564f4 (commit)
      from  72ae9f328b19c381ff9350aab77f527ecfdd7513 (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 42477460bfd0bd533bb5fd0cf25bc57952b564f4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 30 17:21:34 2012 -0700

    fix NAS association with sqlradius_withdomain exports, RT#18540

diff --git a/httemplate/edit/nas.html b/httemplate/edit/nas.html
index 2e66fc3..8e6232c 100644
--- a/httemplate/edit/nas.html
+++ b/httemplate/edit/nas.html
@@ -49,7 +49,7 @@ sub html_bottom {
             'link_table'    => 'export_nas',
             'target_table'  => 'part_export',
             'hashref'       => { 'exporttype' => 
-                                  { op => 'LIKE', value => '%sqlradius' }
+                                  { op => 'LIKE', value => '%sqlradius%' }
                                 },
             'name_callback' => sub { $_[0]->label },
             'default'       => 'yes',

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

Summary of changes:
 httemplate/edit/nas.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list