doh!
This commit is contained in:
parent
987719b1c1
commit
9edc8aba06
1 changed files with 1 additions and 1 deletions
|
|
@ -2901,7 +2901,7 @@ sub view {
|
||||||
where
|
where
|
||||||
p.productId = e.productId and approved=1
|
p.productId = e.productId and approved=1
|
||||||
and e.assetId =".$self->session->db->quote($self->get("assetId"))."
|
and e.assetId =".$self->session->db->quote($self->get("assetId"))."
|
||||||
and p.prerequisiteId is NULL";
|
and e.prerequisiteId is NULL";
|
||||||
#and p.productId not in (select distinct(productId) from EventManagementSystem_prerequisites) order by sequenceNumber";
|
#and p.productId not in (select distinct(productId) from EventManagementSystem_prerequisites) order by sequenceNumber";
|
||||||
|
|
||||||
my $p = WebGUI::Paginator->new($self->session,$self->getUrl,$self->get("paginateAfter"));
|
my $p = WebGUI::Paginator->new($self->session,$self->getUrl,$self->get("paginateAfter"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue