summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-31 12:04:43 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-31 12:04:43 -0700
commitd2ea891f4e914f17f5c094ffc3adc9d6ae2bbaed (patch)
treea1a86740e3dd1b60d29f13b415862fce4d9c991d /FS
parent09e6ae36f7ba0f3571dc5f890959365e16de110a (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 575a08902..1ead113d0 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' => '',
},