[freeside-commits] branch FREESIDE_3_BRANCH updated. 0f9ba3cb4bccfe3bcd2b085698f88938cd94bdf4

Mark Wells mark at 420.am
Wed Sep 4 14:20:49 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  0f9ba3cb4bccfe3bcd2b085698f88938cd94bdf4 (commit)
      from  f1a024ad18faf7246176f7679f0443e0377785b6 (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 0f9ba3cb4bccfe3bcd2b085698f88938cd94bdf4
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Sep 4 14:20:28 2013 -0700

    missing file

diff --git a/httemplate/view/svc_acct/router.html b/httemplate/view/svc_acct/router.html
new file mode 100644
index 0000000..59cfc86
--- /dev/null
+++ b/httemplate/view/svc_acct/router.html
@@ -0,0 +1,14 @@
+<%args>
+$svc_acct
+</%args>
+% if ( my $router = qsearchs('router', { svcnum => $svc_acct->svcnum }) ) {
+<& /view/elements/tr.html,
+  label => 'Attached router',
+  value => $router->routername
+&>
+% my $block = qsearchs('addr_block', { routernum => $router->routernum });
+<& /view/elements/tr.html,
+  label => 'Attached address block',
+  value => ($block ? $block->cidr : '<i>(none)</i>')
+&>
+% }

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

Summary of changes:
 httemplate/view/svc_acct/router.html |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 httemplate/view/svc_acct/router.html




More information about the freeside-commits mailing list