projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d652cbf
)
One comma too much in line 312 /purchasing/manage/suppliers.php. Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 6 Aug 2016 08:36:43 +0000
(10:36 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 6 Aug 2016 08:36:43 +0000
(10:36 +0200)
purchasing/manage/suppliers.php
patch
|
blob
|
history
diff --git
a/purchasing/manage/suppliers.php
b/purchasing/manage/suppliers.php
index 008efbe3c72f551eb5c08db5df2dd2ef56066a62..8999fd2a2200ff416ccd2e20db8ff5e9c694b5dc 100644
(file)
--- 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')) {