From 35c18f29bc29dedfe2fa4ef037390d90b17f87ba Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 6 Mar 2015 14:20:22 -0800 Subject: estimate tax on quotations, #32489 --- FS/FS/Mason.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Mason.pm') diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 897b781..2cabf85 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -399,6 +399,7 @@ if ( -e $addl_handler_use_file ) { use FS::prospect_contact; use FS::cust_contact; use FS::legacy_cust_history; + use FS::quotation_pkg_tax; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { -- cgit v1.1