X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Finquiry%2Fpo_search.php;h=9e77d7104d038d8379f93ec974a29f5febaa30cb;hb=c82cbc67f22454e4afd30e53c40043b54a732be3;hp=c06fcc819e85e460e10570c8d932c0995c573ded;hpb=5a8be0665e1577ec1811b119f9120b8e21326e50;p=fa-stable.git diff --git a/purchasing/inquiry/po_search.php b/purchasing/inquiry/po_search.php index c06fcc81..9e77d710 100644 --- a/purchasing/inquiry/po_search.php +++ b/purchasing/inquiry/po_search.php @@ -91,7 +91,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); } function receive_link($row) @@ -127,7 +127,7 @@ $cols = array( array('insert'=>true, 'fun'=>'receive_link') ); -if ($_POST['StockLocation'] != ALL_TEXT) { +if (get_post('StockLocation') != ALL_TEXT) { $cols[_("Location")] = 'skip'; }