From cbbd0225b07269209c674733bcf70f1c1308e84a Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 25 Jan 2006 12:34:29 +0000 Subject: change texas-style tax exemptions to be against a specific line item rather than just general per-customer, for later tracking and tax reporting. fix 1969/1970 exemptions for one-off charges --- FS/t/h_cust_bill.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/h_cust_bill.t (limited to 'FS/t/h_cust_bill.t') diff --git a/FS/t/h_cust_bill.t b/FS/t/h_cust_bill.t new file mode 100644 index 000000000..ceccb2a3d --- /dev/null +++ b/FS/t/h_cust_bill.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_cust_bill; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1