]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Kosmetik
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:25 +0000 (15:46 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:25 +0000 (15:46 +0100)
SL/OE.pm
bin/mozilla/common.pl

index 63fcf1f06f4ece291516d127f08021d6f4cf3b3f..677a78b393ffcac498604a3e49cabdc335edab96 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -338,7 +338,7 @@ sub save {
 
       $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
       $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
 
       $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
       $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
-      
+
       $form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"});
 
       # set values to 0 if nothing entered
       $form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"});
 
       # set values to 0 if nothing entered
index d98bddaa6f5d341b5b5db2776d36951281e3054f..c889bc100e7d1d9ff87d083546aaf88e2d561d54 100644 (file)
@@ -731,7 +731,7 @@ sub flash {
   my $category = shift;
   $category    = 'info' if $category eq 'information';
 
   my $category = shift;
   $category    = 'info' if $category eq 'information';
 
-  $::form->{FLASH} ||= { };
+  $::form->{FLASH}                ||= { };
   $::form->{FLASH}->{ $category } ||= [ ];
   push @{ $::form->{FLASH}->{ $category } }, @_;
 }
   $::form->{FLASH}->{ $category } ||= [ ];
   push @{ $::form->{FLASH}->{ $category } }, @_;
 }