X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fir.pl;h=ddf5796b15e660e67a0d8a3ab56eb6af36a8e19d;hb=34a2b6e126453ce49f5ccf0c7c1d2245a8ff8c42;hp=30124cf6459768bbccf2f2c86e1b5d11db213ecc;hpb=e0e3eee4eb59b7d6fbe17fe9ad12167b6b8a388b;p=kivitendo-erp.git diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 30124cf64..ddf5796b1 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -116,7 +116,7 @@ sub invoice_links { } } - my ($payment_id, $language_id, $taxzone_id, $currency, $delivery_term_id); + my ($payment_id, $language_id, $taxzone_id, $currency, $delivery_term_id, $intnotes); if ($form->{payment_id}) { $payment_id = $form->{payment_id}; } @@ -132,6 +132,9 @@ sub invoice_links { if ($form->{delivery_term_id}) { $delivery_term_id = $form->{delivery_term_id}; } + if (exists $form->{intnotes}) { + $intnotes = $form->{intnotes}; + } my $cp_id = $form->{cp_id}; IR->get_vendor(\%myconfig, \%$form); @@ -153,6 +156,9 @@ sub invoice_links { if ($delivery_term_id) { $form->{delivery_term_id} = $delivery_term_id; } + if (defined $intnotes) { + $form->{intnotes} = $intnotes; + } my @curr = $form->get_all_currencies(); map { $form->{selectcurrency} .= "