summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-09-08 00:14:03 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-09-08 00:26:39 -0500
commit8faa3133a2963d0f9233de652efca06f394337d5 (patch)
tree4942992d1ae53f801d04100cd87f8a51a0c5daad /httemplate/view
parent00a479701fd2dbb814698df1d103c1e286a528df (diff)
72393: High-priority: Tags history
Diffstat (limited to 'httemplate/view')
-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 d46a4ffde..a781c7372 100644
--- a/httemplate/view/cust_main/change_history.html
+++ b/httemplate/view/cust_main/change_history.html
@@ -46,6 +46,7 @@ tie my %tables, 'Tie::IxHash',
'phone_device' => 'Phone device',
'cust_pkg_discount' => 'Discount',
#? it gets provisioned anyway 'phone_avail' => 'Phone',
+ 'cust_tag' => 'Tag',
;
my $pkg_join = "JOIN cust_pkg USING ( pkgnum )";