X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=b7d86538c5280e378a625be347aa5b6654dcdff7;hb=624c53dc0cb5056d2c259aec6f815e69b8313ae0;hp=0a0ce98d38b262956fd897c1394a95d9ed2343f0;hpb=a873249c8c3c32006540d8636102c195dd4d9448;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 0a0ce98d3..b7d86538c 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1836,7 +1836,7 @@ sub delivery_order { map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice lastcost basefactor discount); } - my %old_values = map { $_ => $form->{$_} } qw(customer_id oldcustomer customer vendor_id oldvendor vendor); + my %old_values = map { $_ => $form->{$_} } qw(customer_id oldcustomer customer vendor_id oldvendor vendor shipto_id); order_links();