fix quotations, RT#21103
[freeside.git] / FS / FS / quotation.pm
index bf2711b..6d36f19 100644 (file)
@@ -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