Argh! $form->{storno} nur dann auf '0' setzen, wenn es vorher auch '0' oder 'undef...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 3 Jul 2007 15:25:25 +0000 (15:25 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 3 Jul 2007 15:25:25 +0000 (15:25 +0000)
bin/mozilla/is.pl

index 9b1d61c..ea435df 100644 (file)
@@ -1475,9 +1475,9 @@ sub post {
     }
   }
 
-  ($form->{AR})      = split /--/, $form->{AR};
-  ($form->{AR_paid}) = split /--/, $form->{AR_paid};
-  $form->{storno}    = 0;
+  ($form->{AR})        = split /--/, $form->{AR};
+  ($form->{AR_paid})   = split /--/, $form->{AR_paid};
+  $form->{storno}    ||= 0;
 
   $form->{label} = $locale->text('Invoice');