File modules/Premium/SalesOpportunity/SalesOpportunity_0.php
end of the body function - around line no 37
...
$this->rb->set_custom_filter('status',array('type'=>'select','label'=>__('Status'),'args'=>array('__NULL__'=>'['.__('All').']','__ALL_ACTIVE__'=>'['.__('All active').']')+$sts,'trans'=>$trans));
$this->display_module($this->rb);
}
add param to
display_module
$this->rb->set_custom_filter('status',array('type'=>'select','label'=>__('Status'),'args'=>array('__NULL__'=>'['.__('All').']','__ALL_ACTIVE__'=>'['.__('All active').']')+$sts,'trans'=>$trans));
$this->display_module($this->rb, array(array('start_date'=>'ASC'))); // or 'DESC'
}
This change won't persist upon module update.
Regards,
Adam