One comma too much in line 312 /purchasing/manage/suppliers.php. Fixed.
[fa-stable.git] / purchasing / manage / suppliers.php
index 008efbe3c72f551eb5c08db5df2dd2ef56066a62..8999fd2a2200ff416ccd2e20db8ff5e9c694b5dc 100644 (file)
@@ -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')) {