diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-05-15 10:54:43 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-05-15 10:54:43 -0700 |
commit | 1c93564d54f0aef24b094d5550aa9e0e276a244f (patch) | |
tree | b8345eb3ae1fc4ba2d602f1044f3bc415d7c63af | |
parent | 1cd83e5112019111a8f6c16eacd5264a95abcfb2 (diff) |
add notes to change history, RT#76002
-rw-r--r-- | httemplate/view/cust_main/change_history.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html index a781c7372..f28196a5d 100644 --- a/httemplate/view/cust_main/change_history.html +++ b/httemplate/view/cust_main/change_history.html @@ -32,6 +32,7 @@ tie my %years, 'Tie::IxHash', tie my %tables, 'Tie::IxHash', 'cust_main' => 'Customer', 'cust_main_invoice' => 'Invoice destination', + 'cust_main_note' => 'Note', 'cust_pkg' => 'Package', #? or just svc_* ? 'cust_svc' => 'svc_acct' => 'Account', |