[freeside-commits] freeside/httemplate/browse pkg_category.html, 1.1, 1.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Oct 4 17:49:36 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv31511/httemplate/browse
Modified Files:
pkg_category.html
Log Message:
leading summary page invoices #RT5086
Index: pkg_category.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/pkg_category.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pkg_category.html 19 Jun 2008 03:18:18 -0000 1.1
+++ pkg_category.html 5 Oct 2009 00:49:34 -0000 1.2
@@ -9,9 +9,9 @@
'extra_sql' => 'ORDER BY categorynum',
},
'count_query' => $count_query,
- 'header' => [ '#', 'Category' ],
- 'fields' => [ 'categorynum', 'categoryname' ],
- 'links' => [ $link, $link ],
+ 'header' => [ '#', 'Category', 'Weight' ],
+ 'fields' => [ 'categorynum', 'categoryname', 'weight' ],
+ 'links' => [ $link, $link, $link ],
)
%>
More information about the freeside-commits
mailing list