[freeside-commits] branch master updated. 04a9b5d2558b495f23508f3efc25fb51edae88e4

Ivan ivan at 420.am
Wed May 8 13:53:19 PDT 2013


The branch, master has been updated
       via  04a9b5d2558b495f23508f3efc25fb51edae88e4 (commit)
      from  d2714607b1002c73a7e5c624de985c7b60d20338 (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 04a9b5d2558b495f23508f3efc25fb51edae88e4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 8 13:53:17 2013 -0700

    use tables that are searched

diff --git a/FS/FS/tax_class.pm b/FS/FS/tax_class.pm
index 7fe1023..d68e7e3 100644
--- a/FS/FS/tax_class.pm
+++ b/FS/FS/tax_class.pm
@@ -5,6 +5,8 @@ use vars qw( @ISA );
 use FS::UID qw(dbh);
 use FS::Record qw( qsearch qsearchs );
 use FS::Misc qw( csv_from_fixed );
+use FS::part_pkg_taxrate;
+use FS::part_pkg_taxoverride;
 
 @ISA = qw(FS::Record);
 

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

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




More information about the freeside-commits mailing list