Revision 7e470de2
Von Jan Büren vor fast 2 Jahren hinzugefügt
SL/DB/Manager/PriceRuleItem.pm | ||
---|---|---|
102 | 102 |
text => undef, |
103 | 103 |
textfield => undef, |
104 | 104 |
bool => undef, |
105 |
htmlfield => undef, |
|
105 | 106 |
); |
106 | 107 |
|
107 | 108 |
my %ops_by_cvar_type = ( |
... | ... | |
156 | 157 |
# those cvar configs are not supported and can not be used in price rules |
157 | 158 |
$data_type = $price_rule_type_by_cvar_type{$config->type} or next; |
158 | 159 |
} else { |
159 |
die "cvar type @{[$config->type]} is not supported in price rules"; |
|
160 |
die "cvar type @{[$config->type]} " . $config->description . " is not supported in price rules";
|
|
160 | 161 |
} |
161 | 162 |
|
162 | 163 |
my $ops = $ops_by_cvar_type{$config->type}; |
Auch abrufbar als: Unified diff
htmlfield ist auch ein nicht verwendbarer Typ