X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3a65820b13e873bb70ad06769b53faa2c6526323..215899a2afb52fd5d364df172b01654e9559764e:/bin/mozilla/cp.pl
diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl
index c6a61526f..7daa8883a 100644
--- a/bin/mozilla/cp.pl
+++ b/bin/mozilla/cp.pl
@@ -73,7 +73,7 @@ sub payment {
$form->{"select$form->{vc}"} = "";
if ($form->{"all_$form->{vc}"}) {
- $form->{"select$form->{vc}"} .= "\n";
+ $form->{"select$form->{vc}"} .= "\n";
# s.o. jb 12.10.2010
$form->{"$form->{vc}_id"} = $form->{"all_$form->{vc}"}->[0]->{id};
map { $form->{"select$form->{vc}"} .= "\n" }
@@ -137,7 +137,7 @@ sub form_header {
# sometimes it happens that values in customer arrive without the signs '--'
# but in order to select the right option field we need values with '--'
- if ($form->{vc} eq "customer"){
+ if ($form->{vc} eq "customer" && $form->{"all_$form->{vc}"}){
my ($customername) = split /--/, $form->{ $form->{vc} };
$form->{ $form->{vc} } = $customername . "--" . $form->{customer_id};
}