X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=d70ee6fc71d5175473b936e763b6fa560b283043;hb=0b2ca0abb53db0d372bcc51e8093abb30f2aeea6;hp=2f63157c98dcbb524d30e2dba5c5ee86960e7c41;hpb=54d656bd6b68c1be6375080db05ac6f3d4a567ba;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 2f63157c9..d70ee6fc7 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1435,6 +1435,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();