[freeside-commits] branch master updated. ff69e66f2bbfdf8ea686a5fa58e4b6c5566b0e82
Christopher Burger
burgerc at 420.am
Tue Aug 29 07:43:59 PDT 2017
The branch, master has been updated
via ff69e66f2bbfdf8ea686a5fa58e4b6c5566b0e82 (commit)
from 5ead832579f92d08a6ed31b967925a980f99c249 (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 ff69e66f2bbfdf8ea686a5fa58e4b6c5566b0e82
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