aspect calls are statements, and need commas on the end.
This commit is contained in:
parent
b277e69dd3
commit
88167a8e56
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue