Topic: Deafult sort to Asset Code
How do I default the Asset page to sort by Asset Code, as opposed to Asset Model in 0.3.0
You are not logged in. Please login or register.
How do I default the Asset page to sort by Asset Code, as opposed to Asset Model in 0.3.0
You'll want to edit the file /includes/qcodo/qform/QAssetSearchComposite.class.php and find this code:
// Column to originally sort by (Asset Model)
$this->dtgAsset->SortColumnIndex = 2;and change that second line to this:
$this->dtgAsset->SortColumnIndex = 1;Thanks again
Powered by PunBB, supported by Informer Technologies, Inc.
Currently used extensions: pun_repository, pun_antispam, pun_bbcode, pun_pm. Copyright © 2008 PunBB