From: Moritz Bunkus Date: Fri, 21 Jan 2011 11:06:06 +0000 (+0100) Subject: Merge branch 'master' of lx-office.linet-services.de:lx-office-erp X-Git-Tag: release-2.6.2beta2~2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f316caf09cb9280cf9b5990c0029328daf1e33b7?hp=e1bf8f8f3366b79d63cc5e2ee39ccb60cd893e1f Merge branch 'master' of lx-office.linet-services.de:lx-office-erp --- diff --git a/SL/IS.pm b/SL/IS.pm index 666d8bc04..918ca1909 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -2125,7 +2125,9 @@ sub get_pricegroups_for_parts { if ($pkr->{pricegroup_id} eq $selectedpricegroup_id) { $pkr->{selected} = ' selected'; } - } elsif (($price_new != $form->{"sellprice_$i"}) and ($price_new ne 0) and defined $price_new) { + } elsif ( ($form->parse_amount($myconfig, $price_new) + != $form->parse_amount($myconfig, $form->{"sellprice_$i"})) + and ($price_new ne 0) and defined $price_new) { # sellprice has changed # when loading existing invoices $price_new is NULL if ($pkr->{pricegroup_id} == 0) { diff --git a/locale/de/all b/locale/de/all index e57e7832c..38203f90e 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1102,7 +1102,7 @@ $self->{texts} = { 'Not done yet' => 'Noch nicht fertig', 'Not obsolete' => 'Gültig', 'Note' => 'Hinweis', - 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => 'Hinweis: Steuerschlüssel sind fehlerhaft ohne gültiges "von Datum"', + 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => 'Hinweis: Steuerschlüssel sind fehlerhaft ohne "Gültig ab" Datum', 'Notes' => 'Bemerkungen', 'Notes (will appear on hard copy)' => 'Bemerkungen', 'Nothing has been selected for removal.' => 'Es wurde nichts für eine Entnahme ausgewählt.', diff --git a/locale/de_DE/all b/locale/de_DE/all index 767bed1da..7c0ce497e 100644 --- a/locale/de_DE/all +++ b/locale/de_DE/all @@ -958,7 +958,6 @@ $self->{texts} = { 'List Price' => 'Listenpreis', 'List Price Factors' => 'Preisfaktoren anzeigen', 'List Pricegroups' => 'Preisgruppen anzeigen', - 'List Tax' => 'Bearbeiten', 'List Transactions' => 'Buchungsliste', 'List Warehouses' => 'Lager anzeigen', 'List bank accounts' => 'Bankkonten anzeigen', @@ -1103,7 +1102,7 @@ $self->{texts} = { 'Not done yet' => 'Noch nicht fertig', 'Not obsolete' => 'Gültig', 'Note' => 'Hinweis', - 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => 'Hinweis: Steuerschlüssel sind fehlerhaft ohne gültiges "von Datum"', + 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => 'Hinweis: Steuerschlüssel sind fehlerhaft ohne "Gültig ab" Datum', 'Notes' => 'Notizen', 'Notes (will appear on hard copy)' => 'Hinweise (erscheinen auf Ausdruck)', 'Nothing has been selected for removal.' => 'Es wurde nichts für eine Entnahme ausgewählt.', @@ -1871,6 +1870,7 @@ $self->{texts} = { 'Warehouse management' => 'Lagerverwaltung/Bestandsveränderung', 'Warehouse saved.' => 'Lager gespeichert.', 'Warehouses' => 'Lager', + 'Warning' => 'Warnung', 'Warnings during template upgrade' => 'Warnungen bei Aktualisierung der Dokumentenvorlagen', 'WebDAV link' => 'WebDAV-Link', 'Weight' => 'Gewicht', diff --git a/locale/en/all b/locale/en/all index 54478f336..c95febd0a 100644 --- a/locale/en/all +++ b/locale/en/all @@ -958,7 +958,6 @@ $self->{texts} = { 'List Price' => '', 'List Price Factors' => '', 'List Pricegroups' => '', - 'List Tax' => '', 'List Transactions' => '', 'List Warehouses' => '', 'List bank accounts' => '', @@ -1870,6 +1869,7 @@ $self->{texts} = { 'Warehouse management' => '', 'Warehouse saved.' => '', 'Warehouses' => '', + 'Warning' => '', 'Warnings during template upgrade' => '', 'WebDAV link' => '', 'Weight' => '',