time/data/etc. unit pricing add-ons, RT#24392
[freeside.git] / FS / FS / part_pkg / currency_fixed.pm
index c64fb78..bbd95e8 100644 (file)
@@ -33,7 +33,7 @@ use FS::currency_exchange;
 
 sub price_info {
     my $self = shift;
-    my $str = $self->SUPER::price_info;
+    my $str = $self->SUPER::price_info(@_);
     $str .= " (or local currency pricing)" if $str;
     $str;
 }
@@ -93,4 +93,6 @@ sub is_free { 0; }
 
 sub can_currency_exchange { 1; }
 
+sub can_usageprice { 0; }
+
 1;