diff options
author | ivan <ivan> | 2010-02-13 02:53:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-13 02:53:43 +0000 |
commit | 5657663a43689787fdc3c5da73775502daecc588 (patch) | |
tree | 3c1cd9a28666c6edbc1fc0512a27dcc0856249d5 /FS | |
parent | a1ead42e90dd1f98a5cfd07fcbda7bdab23063f7 (diff) |
svc_external.title from inventory, RT#7010
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_external.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_external.pm b/FS/FS/svc_external.pm index aca7c1bcc..338fdbcd9 100644 --- a/FS/FS/svc_external.pm +++ b/FS/FS/svc_external.pm @@ -76,7 +76,7 @@ sub table_info { }, 'title' => { label => 'Printed on invoice line items', type => 'text', - disable_inventory => 1, + #disable_inventory => 1, }, }, }; |