summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-31 12:04:40 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-31 12:04:40 -0700
commit7b2b8052d52ede6900a1da79de670eacb966095a (patch)
tree4080ee8ea2c0a44b4c5e59d51775641bea9ed94d /FS
parent54638c01852123edd816e1c6e50b3690f88fb7e3 (diff)
textarea for SQL external statements, RT#78543
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_pkg/sql_external.pm1
1 files changed, 1 insertions, 0 deletions
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' => '',
},