X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=b7d86538c5280e378a625be347aa5b6654dcdff7;hb=4602be1fb9b8e38e36a86c40fce59db74c62949e;hp=0a0ce98d38b262956fd897c1394a95d9ed2343f0;hpb=694ced449e7ba97d19119d6a03080f8c5d0f3e04;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();