summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:32 -0800
committerIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:32 -0800
commite4a47f372deb65290c79c78b1ea17e6a8af9ecfa (patch)
treeb1251b64ae1833a5b1464863b32a383d391a202c /httemplate/view
parentacfdd430ccbe5a0867b42dd99d255f8f108a35e3 (diff)
legacy change history, RT#29311
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/change_history.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html
index 217b14e7f..6c9b6705e 100644
--- a/httemplate/view/cust_main/change_history.html
+++ b/httemplate/view/cust_main/change_history.html
@@ -46,6 +46,9 @@ tie my %tables, 'Tie::IxHash',
'phone_device' => 'Phone device',
'cust_pkg_discount' => 'Discount',
#? it gets provisioned anyway 'phone_avail' => 'Phone',
+
+ 'legacy_history' => 'Label not used',
+
;
my $pkg_join = "JOIN cust_pkg USING ( pkgnum )";