From: Joe Hunt Date: Sat, 6 Aug 2016 08:36:43 +0000 (+0200) Subject: One comma too much in line 312 /purchasing/manage/suppliers.php. Fixed. X-Git-Tag: v2.4.2~19^2~37 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=11f5f29ce63aaba4e154a5e0521321753d831654 One comma too much in line 312 /purchasing/manage/suppliers.php. Fixed. --- diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index 008efbe3..8999fd2a 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -309,7 +309,7 @@ tabbed_content_start('tabs', array( 'settings' => array(_('&General settings'), $supplier_id), 'contacts' => array(_('&Contacts'), $supplier_id), 'transactions' => array(_('&Transactions'), (user_check_access('SA_SUPPTRANSVIEW') ? $supplier_id : null)), - 'orders' => array(_('Purchase &Orders'), (user_check_access('SA_SUPPTRANSVIEW') ? $supplier_id : null)),, + 'orders' => array(_('Purchase &Orders'), (user_check_access('SA_SUPPTRANSVIEW') ? $supplier_id : null)), )); switch (get_post('_tabs_sel')) {