diff options
author | ivan <ivan> | 2010-02-13 02:53:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-13 02:53:49 +0000 |
commit | 1f8d4e79ad385af9e179491f2f7e28b510387bfa (patch) | |
tree | cb359f2d81482c26224e21fac5ffd8f4c4cd6b61 /FS/FS | |
parent | aa2357b0d31acadfd2ff53c919956e06ba0a5d06 (diff) |
svc_external.title from inventory, RT#7010
Diffstat (limited to 'FS/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, }, }, }; |