From: Sven Schöling Date: Thu, 25 Jun 2015 15:10:28 +0000 (+0200) Subject: Preisgruppenüberbleibsel entfernt X-Git-Tag: release-3.3.0beta~36^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b8b6cdf3aa11e1dd23b55493f9357585e2b06547;p=kivitendo-erp.git Preisgruppenüberbleibsel entfernt Aus der Preisgruppenumstellung --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 2ef7319e7..6b4cad7a6 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -762,15 +762,6 @@ sub check_form { $form->{creditremaining} -= &invoicetotal; } - #sk - # if pricegroups - if ( $form->{type} =~ (/sales_quotation/) - or (($form->{level} =~ /Sales/) and ($form->{type} =~ /invoice/)) - or (($form->{level} eq undef) and ($form->{type} =~ /invoice/)) - or ($form->{type} =~ /sales_order/)) { - - } - &display_form; $main::lxdebug->leave_sub();