diff options
| author | ivan <ivan> | 2010-08-13 19:26:22 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-08-13 19:26:22 +0000 |
| commit | 955c17771c7aa05a2609309809809be37f4c8267 (patch) | |
| tree | 8002084483cd7ec729f42e7ecd2a0b2320945fae /FS | |
| parent | 938615d6374c8e868647b88e3aa27c15e942b8ed (diff) | |
add cust_main-title-display_custnum, RT#9621
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8f6a70ca5..c436413d6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3258,6 +3258,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-title-display_custnum', + 'section' => 'UI', + 'description' => 'Add the display_custom (agent_custid or custnum) to the title on customer view pages.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_bill-default_agent_invid', 'section' => 'UI', 'description' => 'Display the agent_invid field when available instead of the invnum field.', |
