fix
This commit is contained in:
parent
b6f625bca6
commit
3cbda6f708
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ sub checkConflicts {
|
|||
# make sure it's a subevent...
|
||||
my ($isSubEvent) = $self->session->db->quickArray("
|
||||
select count(*) from EventManagementSystem_products
|
||||
where (prerequisiteId is not null or prerequisiteId != '') and productId=?", [$scheduleData->{productId}]
|
||||
where (prerequisiteId is not null and prerequisiteId != '') and productId=?", [$scheduleData->{productId}]
|
||||
);
|
||||
next unless ($isSubEvent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue