[freeside-commits] freeside/httemplate/edit/elements class_Common.html, 1.1, 1.1.4.1
Erik Levinson
levinse at wavetail.420.am
Wed Jan 26 21:10:12 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv22046/httemplate/edit/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
class_Common.html
Log Message:
note classes backport to 2.1 branch, RT9995
Index: class_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/class_Common.html,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -w -d -r1.1 -r1.1.4.1
--- class_Common.html 29 Oct 2009 01:08:33 -0000 1.1
+++ class_Common.html 27 Jan 2011 05:10:10 -0000 1.1.4.1
@@ -26,7 +26,11 @@
my %opt = @_;
my $table = $opt{'table'};
+
+my @category;
+unless ( $opt{'nocat'} ) {
( my $category_table = $table ) =~ s/class/category/ or die;
+ @category = qsearch($category_table, { 'disabled' => '' });
+}
-my @category = qsearch($category_table, { 'disabled' => '' });
</%init>
More information about the freeside-commits
mailing list