Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2012 14:01:40 +0000 (16:01 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2012 14:01:40 +0000 (16:01 +0200)
bin/mozilla/ic.pl
css/lx-office-erp/menu.css

index 2ada087..0b607da 100644 (file)
@@ -1844,7 +1844,7 @@ sub save {
         qw(weight listprice sellprice rop);
 
       $form->{assembly_rows}--;
-      $i = $newform{rowcount};
+      $i = $form->{assembly_rows};
       $form->{"qty_$i"} = 1 unless ($form->{"qty_$i"});
 
       $form->{sellprice} -= $form->{"sellprice_$i"} * $form->{"qty_$i"};
index b9fbcda..be94243 100644 (file)
@@ -13,7 +13,7 @@ table.menunew {
   border-spacing: 0;
 }
 
-table.menunew td {
+table.menunew td {
   padding: 0;
   color:white;
   font-family: Verdana, Arial, sans-serif;