From: Mitch Jackson Date: Tue, 20 Feb 2018 05:07:11 +0000 (-0600) Subject: RT# 79549 Requre a Rate Plan to use voip_cdr Price Plan X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e1a356104a146205a4d83acdf2aac968788c3745;p=freeside.git RT# 79549 Requre a Rate Plan to use voip_cdr Price Plan --- diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 1fb3bec84..587a8c530 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -363,8 +363,8 @@ tie my %accountcode_tollfree_field, 'Tie::IxHash', 'validate' => sub { # Validation function for FS::part_pkg::check_options() my $options = shift; - return "Please select a rate plan for price plan VoIP/telco CDR rating (standard)" - unless $options->{ratenum}; + return "Please choose a Rate Plan for use with selected Rating Method" + if $options->{rating_method} eq 'prefix' && !$options->{ratenum}; return; }, );