X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=2960001fc39f3b39ce86dd72b282ad97c6cb48a2;hb=8cce015eb15e1c919948b27441b9a7dfd905fe39;hp=64efbc7e6625e1b3d4d435fd57b311a60a998d5a;hpb=0e68056cbc17b531266c16454f3a74ae1e57dea6;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 64efbc7e6..2960001fc 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -957,6 +957,9 @@ sub ar_transactions { if ($form->{customer}) { push @options, $locale->text('Customer') . " : $form->{customer}"; } + if ($form->{cp_name}) { + push @options, $locale->text('Contact Person') . " : $form->{cp_name}"; + } if ($form->{department}) { my ($department) = split /--/, $form->{department}; push @options, $locale->text('Department') . " : $department"; @@ -1096,7 +1099,7 @@ sub storno { # saving the history if(!exists $form->{addition} && $form->{id} ne "") { - $form->{snumbers} = "ordnumber_$form->{ordnumber}"; + $form->{snumbers} = qq|invnumber_| . $form->{invnumber}; $form->{addition} = "STORNO"; $form->save_history; }