[freeside-commits] freeside/httemplate/view/cust_main/packages section.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Wed Dec 15 23:34:14 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv22742
Modified Files:
section.html
Log Message:
fix syntax error from hasty merge
Index: section.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/section.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- section.html 14 Dec 2010 07:29:13 -0000 1.1
+++ section.html 16 Dec 2010 07:34:12 -0000 1.2
@@ -68,7 +68,7 @@
my %conf_opt = (
#for services.html and status.html
- 'cust_pkg-display_times' => $conf->exists('cust_pkg-display_times')
+ 'cust_pkg-display_times' => ($conf->exists('cust_pkg-display_times')
|| $curuser->option('cust_pkg-display_times')),
#for status.html
'cust_pkg-show_autosuspend' => $conf->exists('cust_pkg-show_autosuspend'),
More information about the freeside-commits
mailing list