diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:25:51 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:25:51 -0500 |
commit | e3feefe68971ffc16a759b76577723fffcc265f2 (patch) | |
tree | fc5dc06c839e106a80efc75e2e8db45dae42130d | |
parent | 932a41248987b59d271994a209545280ef38498e (diff) |
72901: OFM Freeside Note Classes [v3 merge tweak]
-rw-r--r-- | httemplate/view/cust_main/notes/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html index f36d7d878..ee2dcc620 100644 --- a/httemplate/view/cust_main/notes/notes.html +++ b/httemplate/view/cust_main/notes/notes.html @@ -63,7 +63,7 @@ function display_notes_classnum (classnum) { % if ( $conf->exists('cust_main_note-display_times') ) { <TH CLASS="grid" BGCOLOR="#cccccc" STYLE="padding: 0 1em"><% mt('Time') |h %></TH> % } - <TH CLASS="grid" BGCOLOR="#cccccc" STYLE="padding: 0 1em"><% mt('Employee') |h %></TH> + <TH CLASS="grid" BGCOLOR="#cccccc" STYLE="padding: 0 1em"><% mt('Person') |h %></TH> % if ($note_classes_conf) { <TH CLASS="grid" BGCOLOR="#cccccc" STYLE="padding: 0 1em"><% mt('Class') |h %></TH> % } |