changed ordering of commerce tabs
This commit is contained in:
parent
e20115b27d
commit
46590ebf78
1 changed files with 1 additions and 1 deletions
|
|
@ -253,8 +253,8 @@ sub www_editCommerceSettings {
|
|||
|
||||
tie %tabs, 'Tie::IxHash';
|
||||
%tabs = (
|
||||
general=>{label=>$i18n->get('general tab')},
|
||||
payment=>{label=>$i18n->get('payment tab')},
|
||||
general=>{label=>$i18n->get('general tab')},
|
||||
);
|
||||
|
||||
$paymentPlugin = $session{config}{paymentPlugins}->[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue