Preisgruppenüberbleibsel entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 25 Jun 2015 15:10:28 +0000 (17:10 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 25 Jun 2015 15:10:28 +0000 (17:10 +0200)
Aus der Preisgruppenumstellung

bin/mozilla/io.pl

index 2ef7319..6b4cad7 100644 (file)
@@ -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();