From: Sven Schöling Date: Mon, 2 Apr 2012 14:01:40 +0000 (+0200) Subject: Merge branch 'master' of vc.linet-services.de:public/lx-office-erp X-Git-Tag: release-3.0.0beta1~344^2~9 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/573ba300b9417ba750d6d2486647535231bbcdea?hp=8287e8857d2e1a5050a21d3b0a57f63e66475397 Merge branch 'master' of vc.linet-services.de:public/lx-office-erp --- diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 2ada087cb..0b607da1d 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -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"}; diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index b9fbcdaf0..be9424392 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -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;