From b8b6cdf3aa11e1dd23b55493f9357585e2b06547 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 25 Jun 2015 17:10:28 +0200 Subject: [PATCH] =?utf8?q?Preisgruppen=C3=BCberbleibsel=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Aus der Preisgruppenumstellung --- bin/mozilla/io.pl | 9 --------- 1 file changed, 9 deletions(-) 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(); -- 2.20.1