[freeside-commits] branch FREESIDE_3_BRANCH updated. f8bd3dcd0423013c16ebe1c60b400a260a9a97fe
Christopher Burger
burgerc at 420.am
Tue Aug 29 11:45:36 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via f8bd3dcd0423013c16ebe1c60b400a260a9a97fe (commit)
via 9078bd09a65d17e07cffe0c13e1b0d32c367be42 (commit)
from 72ad2f16955e4593891bb851243f8a6de9c3fb80 (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 f8bd3dcd0423013c16ebe1c60b400a260a9a97fe
Merge: 9078bd0 72ad2f1
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue Aug 29 14:43:59 2017 -0400
Merge branch 'FREESIDE_3_BRANCH' of freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
commit 9078bd09a65d17e07cffe0c13e1b0d32c367be42
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