fix add variant i18n bug
This commit is contained in:
parent
68f772cd56
commit
1ddaa75ab8
3 changed files with 13 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- fixed #9047: Unable to reorder DataForm tabs
|
||||
- added: Delete columns from DataTable
|
||||
- fixed: Now more than one DataTable can be put on a page
|
||||
- fixed #9002: add a variant in admin product view misses i18n link
|
||||
|
||||
7.6.2
|
||||
- fixed: not allowed to add calendar events if in can edit group but not can add event group
|
||||
|
|
|
|||
BIN
docs/upgrades/packages-7.6.3/default_product.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.3/default_product.wgpkg
Normal file
Binary file not shown.
|
|
@ -93,6 +93,18 @@ our $I18N = {
|
|||
context => q|help for tax rate override field|
|
||||
},
|
||||
|
||||
'Add a Variant' => {
|
||||
message => q|Add a Variant|,
|
||||
lastUpdated => 0,
|
||||
context => q|i18n label for the view template|
|
||||
},
|
||||
|
||||
'Set Product price and SKU' => {
|
||||
message => q|Set Product price and SKU|,
|
||||
lastUpdated => 0,
|
||||
context => q|i18n label for the view template|
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Sku|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue