[freeside-commits] branch master updated. 998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6

Ivan ivan at 420.am
Sun Jun 14 11:52:59 PDT 2015


The branch, master has been updated
       via  998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6 (commit)
      from  3ba0c846a46231a732c18a95cca54f719e0fd7d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 11:52:58 2015 -0700

    UI spring cleaning: s/Person/Employee/ in note list

diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html
index b4ea87c..eb421eb 100644
--- a/httemplate/view/cust_main/notes/notes.html
+++ b/httemplate/view/cust_main/notes/notes.html
@@ -95,7 +95,7 @@
 %   if ( $conf->exists('cust_main_note-display_times') ) {
 	    <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Time') |h %></TH>
 %   }
-	    <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Person') |h %></TH>
+	    <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Employee') |h %></TH>
 %   if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) {
 	    <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Class') |h %></TH>
 %   }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/notes/notes.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list