From: <ex...@us...> - 2015-03-12 01:03:37
|
Revision: 7219 http://sourceforge.net/p/web-erp/reponame/7219 Author: exsonqu Date: 2015-03-12 01:03:30 +0000 (Thu, 12 Mar 2015) Log Message: ----------- 12/03/15 Exson: Make Order No sortable in SelectSalesOrder.php. Modified Paths: -------------- trunk/SelectSalesOrder.php Modified: trunk/SelectSalesOrder.php =================================================================== --- trunk/SelectSalesOrder.php 2015-03-12 00:56:27 UTC (rev 7218) +++ trunk/SelectSalesOrder.php 2015-03-12 01:03:30 UTC (rev 7219) @@ -695,7 +695,7 @@ if (isset($_POST['Quotations']) AND $_POST['Quotations']=='Orders_Only'){ $TableHeader = '<tr> - <th>' . _('Modify') . '</th> + <th class="ascending" >' . _('Modify') . '</th> <th>' . _('Invoice') . '</th> <th>' . _('Dispatch Note') . '</th> <th class="ascending" >' . _('Customer') . '</th> |