X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=a3e11c4db772c57c5899ed5f39fe5315d19e7cfe;hb=7da63db70a6ca210a46a9322d1f299ec663bb66d;hp=953d776289d2fbf2f16e5bf40af2388fe3178efb;hpb=bc1e4883108cb07fc8f942e40a3e06389892cccf;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 953d7762..a3e11c4d 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -349,7 +349,7 @@ if (!$selected_id) tabbed_content_start('tabs', array( 'settings' => array(_('&General settings'), $selected_id), 'contacts' => array(_('&Contacts'), $selected_id), - 'transactions' => array(_('&Transactions'), $selected_id), + 'transactions' => array(_('&Transactions'), (user_check_access('SA_SALESTRANSVIEW') ? $selected_id : null)), 'orders' => array(_('Sales &Orders'), $selected_id), ));