[freeside-commits] branch master updated. e8c4b03fdbd5fe1d2c16844ac5c598cb3ff436a1

Ivan ivan at 420.am
Wed May 6 19:29:51 PDT 2015


The branch, master has been updated
       via  e8c4b03fdbd5fe1d2c16844ac5c598cb3ff436a1 (commit)
      from  f921a017cd3dd987bd48e05c7fd462a1ef9cb79d (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 e8c4b03fdbd5fe1d2c16844ac5c598cb3ff436a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 6 19:29:48 2015 -0700

    service dependencies (U), RT#33685

diff --git a/httemplate/edit/part_svc_link.html b/httemplate/edit/part_svc_link.html
index 980b24e..8ea851a 100644
--- a/httemplate/edit/part_svc_link.html
+++ b/httemplate/edit/part_svc_link.html
@@ -3,6 +3,7 @@
   'name_singular' => 'dependency',
   'labels'        => \%labels,
   'fields'        => \@fields,
+  'viewall_dir'   => 'browse',
 &>
 <%init>
 die "access denied"
@@ -41,7 +42,7 @@ my @fields = (
   { field => 'disabled', type => 'checkbox', value => 'Y' }
 );
 my %labels = (
-  'svclinknum ' => '',
+  'svclinknum ' => 'Dependency',
   'agentnum'    => 'Agent',
   'src_svcpart' => 'Source service',
   'dst_svcpart' => 'Destination service',

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

Summary of changes:
 httemplate/edit/part_svc_link.html |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list