projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Similar to cust_bill_suspend, create the ability to CANCEL the packages
[freeside.git]
/
FS
/
FS
/
part_pkg
/
base_rate.pm
1
package FS::part_pkg::base_rate;
2
3
use strict;
4
use vars qw( %info );
5
6
#disabled stub, otherwise, the old files stick around and show up as price plans
7
8
%info = (
9
'disabled' => 1,
10
);
11
12
1;