fix a typo that caused variant skus to be be lost

This commit is contained in:
Colin Kuskie 2008-06-13 16:01:14 +00:00
parent e11a7e18e8
commit 6908bcb1bb
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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',