diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-05-15 10:54:44 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-05-15 10:54:44 -0700 |
| commit | 7a1f42e9228119053e90d3683b94c3d9bc48a825 (patch) | |
| tree | 61af5daac585d884a2e45bec352f3c57b47bf817 | |
| parent | 2aeeab8d86e0d828d89949981b220a01036e0a5e (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', |
