Revision 5eff8cd0
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
SL/DB/CustomVariable.pm | ||
---|---|---|
22 | 22 |
goto ×tamp_value if $type eq 'timestamp'; |
23 | 23 |
goto &number_value if $type eq 'number'; |
24 | 24 |
if ( $type eq 'customer' ) { |
25 |
if ( defined($_[1]) ) { |
|
25 |
if ( defined($_[1]) && $_[1] ) {
|
|
26 | 26 |
goto &number_value; |
27 | 27 |
} |
28 | 28 |
else { |
Auch abrufbar als: Unified diff
Kunden-CVars-Speicherung gefixt