[freeside-commits] freeside/FS/t pkg_class.t,NONE,1.1

Ivan,,, ivan at wavetail.420.am
Thu Jan 26 07:27:12 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv31728/FS/t

Added Files:
	pkg_class.t 
Log Message:
whew, FINALLY can fix monthly exemption columns to work correctly.  also make them agent-specific.  also fix package exemption columns, they were bunk too, sheesh.  start adding package classes for package class tax reporting.

--- NEW FILE: pkg_class.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::pkg_class;
$loaded=1;
print "ok 1\n";



More information about the freeside-commits mailing list