X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fap.pl;h=8e964b2584450edc1d0f0f254ae61ee8276f9974;hb=caaa17becdae3615d24ae3e36f70eebe0ede2362;hp=7fcfef17d850e4ed8aee62a108a8684dfc480d51;hpb=c7172f34ff94490977366ca8cad6c057ddc3da91;p=kivitendo-erp.git diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 7fcfef17d..8e964b258 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -1248,6 +1248,7 @@ sub add_from_purchase_order { $::form->{globalproject_id} = $order->globalproject_id; $::form->{ordnumber} = $order->number; $::form->{department_id} = $order->department_id; + $::form->{transaction_description} = $order->transaction_description; $::form->{currency} = $order->currency->name; $::form->{taxincluded} = 1; # we use amount below, so tax is included $::form->{transdate} = $today->to_kivitendo;