X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=ec19e9806244ad0762b63fda1185be84fbe85e65;hb=5dc5289c7042dfcf44dfdcdc9321eac86ffd32c6;hp=d3e3df360f7da452e65e149067e126c7f36bded2;hpb=ab6e80ccdc767b78bbb4a4a38190f16a77747feb;p=fa-stable.git diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index d3e3df36..ec19e980 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -308,7 +308,8 @@ tabbed_content_start('tabs', array( 'contacts' => array(_('&Contacts'), $supplier_id), 'transactions' => array(_('&Transactions'), ($_SESSION["wa_current_user"]->can_access_page('SA_SUPPTRANSVIEW') ? $supplier_id : null)), - 'orders' => array(_('Purchase &Orders'), $supplier_id), + 'orders' => array(_('Purchase &Orders'), + ($_SESSION["wa_current_user"]->can_access_page('SA_SUPPTRANSVIEW') ? $supplier_id : null)), )); switch (get_post('_tabs_sel')) {