]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Preisgruppen verbessert
[mfinanz.git] / bin / mozilla / oe.pl
index b7d86538c5280e378a625be347aa5b6654dcdff7..0e469d8d3f8dee1c56aff4eaef9bbf630516925d 100644 (file)
@@ -1419,6 +1419,10 @@ sub invoice {
 
   }
 
+  #  show pricegroup in newly loaded invoice when creating invoice from quotation/order
+  IS->get_pricegroups_for_parts(\%myconfig, \%$form);
+  set_pricegroup($_) for 1 .. $form->{rowcount};
+
   &display_form;
 
   $main::lxdebug->leave_sub();