From 07644a5463751fdaeb0dcd9cc3caf2d19eb877df Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 27 Feb 2014 15:59:40 -0800 Subject: [PATCH] misspelled table name --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, ], }, -- 2.11.0