[freeside-commits] branch FREESIDE_4_BRANCH updated. 3815278f7a84ea2a9672a0356d685a2ed57667ee
Christopher Burger
burgerc at 420.am
Tue Aug 29 11:22:16 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 3815278f7a84ea2a9672a0356d685a2ed57667ee (commit)
from dd0ddb96af06f569965f252b9e07587f17c40b0d (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 3815278f7a84ea2a9672a0356d685a2ed57667ee
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue Aug 29 10:43:34 2017 -0400
RT# 77245 - fixed bug when adding router, now services are added.
diff --git a/httemplate/edit/router.cgi b/httemplate/edit/router.cgi
index 0df9b45..a756c61 100755
--- a/httemplate/edit/router.cgi
+++ b/httemplate/edit/router.cgi
@@ -43,8 +43,7 @@ my $callback = sub {
{ 'type' => 'tablebreak-tr-title',
'value' => 'Select the service types available on this router',
},
- { 'field' => 'svc_part',
- 'type' => 'checkboxes-table',
+ { 'type' => 'checkboxes-table',
'target_table' => 'part_svc',
'link_table' => 'part_svc_router',
'name_col' => 'svc',
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/router.cgi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the freeside-commits
mailing list