BUG-13421 Ordenamiento en el listado de procesos 'Designer'.

Correccion NOTICE por falta de definicion del campo por el cual se realizara el ordenamiento.
This commit is contained in:
jennylee
2013-11-12 10:50:26 -04:00
parent 717040c2c9
commit 580c31be09

View File

@@ -49,7 +49,7 @@ class Process extends BaseProcess
*/ */
protected $pro_title = ''; protected $pro_title = '';
public $dir = 'ASC'; public $dir = 'ASC';
public $sort = ''; public $sort = 'PRO_TITLE';
/** /**
* Get the [Pro_title] column value. * Get the [Pro_title] column value.