Revision 92d5c29c
Von Jan Büren vor etwa 2 Jahren hinzugefügt
SL/DB/Manager/PriceRuleItem.pm | ||
---|---|---|
text => undef,
|
||
textfield => undef,
|
||
bool => undef,
|
||
htmlfield => undef,
|
||
);
|
||
|
||
my %ops_by_cvar_type = (
|
||
... | ... | |
# those cvar configs are not supported and can not be used in price rules
|
||
$data_type = $price_rule_type_by_cvar_type{$config->type} or next;
|
||
} else {
|
||
die "cvar type @{[$config->type]} is not supported in price rules";
|
||
die "cvar type @{[$config->type]} " . $config->description . " is not supported in price rules";
|
||
}
|
||
|
||
my $ops = $ops_by_cvar_type{$config->type};
|
Auch abrufbar als: Unified diff
htmlfield ist auch ein nicht verwendbarer Typ