aspect calls are statements, and need commas on the end.

This commit is contained in:
Colin Kuskie 2010-02-15 13:46:22 -08:00
parent b277e69dd3
commit 88167a8e56

View file

@ -17,9 +17,9 @@ package WebGUI::Asset::Sku::EMSToken;
use strict;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Sku';
aspect assetName => ['ems token', 'Asset_EMSToken'],
aspect icon => 'EMSToken.gif',
aspect tableName => 'EMSToken',
aspect assetName => ['ems token', 'Asset_EMSToken'];
aspect icon => 'EMSToken.gif';
aspect tableName => 'EMSToken';
property price => (
tab => "shop",
fieldType => "float",