Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 92d5c29c

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID 92d5c29cb1fda1c24dfcaa54e9086c60b5c24133
  • Vorgänger 66ea4bb1
  • Nachfolger 0663f94e

htmlfield ist auch ein nicht verwendbarer Typ

Unterschiede anzeigen:

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