X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Finquiry%2Fpo_search_completed.php;h=8c939aba7717cc474867caf8750512813b3b150f;hb=443214a800fa66cd1473b48f6fadd1b09144a5d4;hp=5b1ac45caa9b1f7c1063df2a2de6f353fd31a578;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/purchasing/inquiry/po_search_completed.php b/purchasing/inquiry/po_search_completed.php index 5b1ac45c..8c939aba 100644 --- a/purchasing/inquiry/po_search_completed.php +++ b/purchasing/inquiry/po_search_completed.php @@ -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"),