X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_orders_view.php;h=6a7186d952e2f716cdf245e877b1da17250751e9;hb=f0d25b5b9e8a2ec332a921fa85d5fb8be6fa73b3;hp=bc08889900f31fed6abf17d7a58d32c179c27d73;hpb=3a4c0d65011d8577d7c300e7492a17bf5250c827;p=fa-stable.git diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index bc088899..6a7186d9 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -254,7 +254,7 @@ $sql = get_sql_for_sales_orders_view($trans_type, get_post('OrderNumber'), get_p if ($trans_type == ST_SALESORDER) $cols = array( - _("Order #") => array('fun'=>'view_link', 'align'=>'right'), + _("Order #") => array('fun'=>'view_link', 'align'=>'right', 'ord' =>''), _("Ref") => array('type' => 'sorder.reference', 'ord' => '') , _("Customer") => array('type' => 'debtor.name' , 'ord' => '') , _("Branch"), @@ -268,7 +268,7 @@ if ($trans_type == ST_SALESORDER) ); else $cols = array( - _("Quote #") => array('fun'=>'view_link', 'align'=>'right'), + _("Quote #") => array('fun'=>'view_link', 'align'=>'right', 'ord' => ''), _("Ref"), _("Customer"), _("Branch"),