projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe68d4
)
"
author
ivan
<ivan>
Wed, 21 Apr 2010 09:31:34 +0000
(09:31 +0000)
committer
ivan
<ivan>
Wed, 21 Apr 2010 09:31:34 +0000
(09:31 +0000)
httemplate/elements/select-part_pkg.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/select-part_pkg.html
b/httemplate/elements/select-part_pkg.html
index
2127d9a
..
885bb80
100644
(file)
--- a/
httemplate/elements/select-part_pkg.html
+++ b/
httemplate/elements/select-part_pkg.html
@@
-45,6
+45,7
@@
if ( exists($opt{'classnum'}) && defined($opt{'classnum'}) ) {
} #else -1 or not specified, all classes, so don't set classnum
}
-$opt{'extra_sql'} .= ' AND '. FS::part_pkg->curuser_pkgs_sql;
+$opt{'extra_sql'} .= ( keys(%hash) ? ' AND ' : ' WHERE ' ).
+ FS::part_pkg->curuser_pkgs_sql;
</%init>