Quote:
Originally Posted by Cap'n Steve
Ok, try this. In includes/functions_quoteit.php find this
PHP Code:
$threshold = is_array($threshold) ? 'WHERE ' . implode(' AND ', $threshold) : '';
and above that, add this
PHP Code:
$threshold[] = 'quotes.approved = 1';
|
That seems to be working now - at least on my test board. Thank you so much Steve! You're awesome - much appreciated!