expose invoice_lines() to invoice_html template for legacy mailbug use, RT#71087
[freeside.git] / bin / pg-readonly
index 091174c..b5cde4d 100644 (file)
@@ -47,7 +47,7 @@ Attributes
 sessions
 );
 
-foreach my $rt_table ( @rt_tables ) {
+foreach my $table ( @rt_tables ) {
   $dbh->do("GRANT SELECT ON $table TO $rouser");
   $dbh->commit();
   $dbh->do("GRANT SELECT ON ${table}_id_seq TO $rouser");