summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-02-27 15:59:40 -0800
committerMark Wells <mark@freeside.biz>2014-02-27 15:59:40 -0800
commit07644a5463751fdaeb0dcd9cc3caf2d19eb877df (patch)
tree7877204a41e7604a2e2c487ed187c05db2fdac92
parenta0e00fa0547e99893c735ab3dbdacdb2bb054f5a (diff)
misspelled table name
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 78cac4a..295ddbd 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3201,7 +3201,7 @@ sub tables_hashref {
table => 'part_fee',
},
{ columns => [ 'classnum' ],
- table => 'pkg_class',
+ table => 'usage_class',
},
],
},