Fix taxConfiguration property for the Sku asset.

This commit is contained in:
Colin Kuskie 2010-05-23 16:33:30 -07:00
parent a95ebdf5de
commit 89302e9875
2 changed files with 7 additions and 5 deletions

View file

@ -59,7 +59,7 @@ property vendorId => (
property taxConfiguration => (
noFormPost => 1,
fieldType => 'hidden',
defaultValue => '{}',
default => '{}',
);
property shipsSeparately => (
tab => 'shop',