fixing bugs reported by tests

This commit is contained in:
JT Smith 2007-07-29 21:26:35 +00:00
parent e07b63476c
commit 40a4c3c487
5 changed files with 9 additions and 6 deletions

View file

@ -2067,7 +2067,7 @@ sub update {
next unless (exists $properties->{$property} || exists $definition->{properties}{$property}{defaultValue});
# skip a property if it has the display only flag set
next if ($properties->{property}{displayOnly});
next if ($definition->{properties}{$property}{displayOnly});
# use the update value
my $value = $properties->{$property};

View file

@ -189,6 +189,7 @@ sub errorCode {
}
#-------------------------------------------------------------------
=head2 label ( )
Returns the label for the commerce plugin.