Kunden-CVars-Speicherung gefixt
authorThomas Heck <theck@linet-services.de>
Tue, 25 Jun 2013 14:59:20 +0000 (16:59 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:02 +0000 (09:09 +0200)
SL/DB/CustomVariable.pm

index dd68cab..c90e038 100644 (file)
@@ -22,7 +22,7 @@ sub value {
   goto &timestamp_value if $type eq 'timestamp';
   goto &number_value    if $type eq 'number';
   if ( $type eq 'customer' ) {
-    if ( defined($_[1]) ) {
+    if ( defined($_[1]) && $_[1] ) {
       goto &number_value;
     }
     else {