Right align numbers in inquiries and lists.
[fa-stable.git] / purchasing / inquiry / po_search_completed.php
index 5b1ac45caa9b1f7c1063df2a2de6f353fd31a578..8c939aba7717cc474867caf8750512813b3b150f 100644 (file)
@@ -40,7 +40,7 @@ function edit_link($row)
 
 function prt_link($row)
 {
-       return print_document_link($row['order_no'], _("Print"), true, 18, ICON_PRINT);
+       return print_document_link($row['order_no'], _("Print"), true, ST_PURCHORDER, ICON_PRINT);
 }
 
 if (isset($_GET['order_number']))
@@ -107,7 +107,7 @@ $sql = get_sql_for_po_search_completed(get_post('OrdersAfterDate'), get_post('Or
        get_post('SelectStockFromList'), get_post('also_closed'));
 
 $cols = array(
-               _("#") => array('fun'=>'trans_view', 'ord'=>''), 
+               _("#") => array('fun'=>'trans_view', 'ord'=>'', 'align'=>'right'), 
                _("Reference"), 
                _("Supplier") => array('ord'=>''),
                _("Location"),