From 7b2b8052d52ede6900a1da79de670eacb966095a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 31 Oct 2018 12:04:40 -0700 Subject: textarea for SQL external statements, RT#78543 --- FS/FS/part_pkg/sql_external.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') diff --git a/FS/FS/part_pkg/sql_external.pm b/FS/FS/part_pkg/sql_external.pm index a3866f34e..3cdfe992e 100644 --- a/FS/FS/part_pkg/sql_external.pm +++ b/FS/FS/part_pkg/sql_external.pm @@ -44,6 +44,7 @@ our @detail_cols = ( qw(amount format duration phonenum accountcode 'default' => '', }, 'query' => { 'name' => 'SQL query', + 'type' => 'textarea', 'default' => '', }, -- cgit v1.2.1