Skip to content

Commit

Permalink
[BUGFIX] Change Label in TCA Configuration
Browse files Browse the repository at this point in the history
Resolves: #347, resolves: #266
  • Loading branch information
extcode committed Oct 19, 2021
1 parent fb1c900 commit 43e2c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_cart_domain_model_order_tax.php
Expand Up @@ -7,7 +7,7 @@
return [
'ctrl' => [
'title' => $_LLL . ':tx_cart_domain_model_order_tax',
'label' => 'name',
'label' => 'tax_class',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -5,7 +5,7 @@
'description' => 'Shopping Cart(s) for TYPO3',
'category' => 'plugin',
'shy' => false,
'version' => '6.13.1',
'version' => '6.13.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 43e2c8c

Please sign in to comment.