summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-15 10:54:43 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-15 10:54:43 -0700
commit1c93564d54f0aef24b094d5550aa9e0e276a244f (patch)
treeb8345eb3ae1fc4ba2d602f1044f3bc415d7c63af
parent1cd83e5112019111a8f6c16eacd5264a95abcfb2 (diff)
add notes to change history, RT#76002
-rw-r--r--httemplate/view/cust_main/change_history.html1
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 a781c73..f28196a 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',