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

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