From: Mark Wells Date: Thu, 27 Feb 2014 23:59:40 +0000 (-0800) Subject: misspelled table name X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=07644a5463751fdaeb0dcd9cc3caf2d19eb877df;p=freeside.git misspelled table name --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 78cac4a44..295ddbdec 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', }, ], },