fix a typo that caused variant skus to be be lost
This commit is contained in:
parent
e11a7e18e8
commit
6908bcb1bb
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.5.13
|
||||
- fixed: Unable to template user profile viewing and editing screens.
|
||||
- fixed: Product Variants not saving SKU
|
||||
|
||||
7.5.12
|
||||
- skipping this release
|
||||
|
|
|
|||
|
|
@ -1233,7 +1233,7 @@ sub www_editVariant {
|
|||
-name => 'varSku',
|
||||
-label => $i18n->get('variant sku'),
|
||||
-hoverHelp => $i18n->get('variant sku description'),
|
||||
-value => $data->{sku},
|
||||
-value => $data->{varSku},
|
||||
);
|
||||
$f->text(
|
||||
-name => 'shortdesc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue