X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation.pm;h=6d36f19d90fb001bde1c75f80c3531fdbdf6fe16;hb=53a1130923c4905b267239c369949aadde657c7c;hp=bf2711b0af02dff189b42381378853242135311e;hpb=0af38652da3b3be7da2d35b048285ef6f2194e1a;p=freeside.git diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm index bf2711b0a..6d36f19d9 100644 --- a/FS/FS/quotation.pm +++ b/FS/FS/quotation.pm @@ -176,6 +176,15 @@ sub _total { } +#prevent things from falsely showing up as taxes, at least until we support +# quoting tax amounts.. +sub _items_tax { + return (); +} +sub _items_nontax { + shift->cust_bill_pkg; +} + =item enable_previous =cut