In class\Action\Offer.php, find:
Code: Select all
$data['questions'] = OffersQuestion::getListFromDB($this->db, 'where offerId='.$id);
Code: Select all
$data['questions'] = OffersQuestion::getListFromDB($this->db, 'where offerId='.$id.' order by date desc');