Changeset 11658
- Timestamp:
- 08/22/07 13:05:39 (1 year ago)
- Files:
-
- trunk/midcom/org.openpsa.products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.openpsa.products/product.php
r4865 r11658 76 76 { 77 77 $qb->add_constraint('id', '<>', $this->id); 78 // Make sure the product is in the same product group 79 $qb->add_constraint('productGroup', '=', $this->productGroup); 78 80 } 79 81 $result = $qb->execute_unchecked();
