diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 17:24:05 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 17:24:05 -0800 |
commit | 296b198525e573770dd2a1c686493f522c69f51f (patch) | |
tree | 17169758d1f4f6cde25f955f16f3fae60ffcb813 /FS/t | |
parent | 1df1cb78110f3f47d474fd1496d8485c231fd4b8 (diff) |
credit limit for CDR prerating, RT#27267
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_main_credit_limit.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_main_credit_limit.t b/FS/t/cust_main_credit_limit.t new file mode 100644 index 000000000..11f8adfbd --- /dev/null +++ b/FS/t/cust_main_credit_limit.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_main_credit_limit; +$loaded=1; +print "ok 1\n"; |