X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=49672ab54e8ecf1a084dee22fdf1c1a1a24eac70;hb=a14a3ff56b00e22c39a2cfb0e465f8c7764a4cd4;hp=896bc4aef0ffe7963d307ea4c31e7246e95d677a;hpb=f7c5820cdac7e13d95586b9ff2775ca5198118c6;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 896bc4aef..49672ab54 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -675,6 +675,7 @@ sub form_header { my $pjy = new CGI::Ajax( 'get_shipto' => $get_shipto_url ); $form->{selectshipto} = ""; + $form->{selectshipto} .= ""; if (@{ $form->{SHIPTO} }) { foreach $item (@{ $form->{SHIPTO} }) { if ($item->{shipto_id} == $form->{shipto_id}) { @@ -863,6 +864,7 @@ sub form_header { # $locale->text('Customer Number') # $locale->text('Vendor Number') $form->{fokus} = "ct.greeting"; + $form->{jsscript} = 1; $form->header; print qq| @@ -953,9 +955,9 @@ sub form_header { | . $locale->text('Credit Limit') . qq| - | . $locale->text('Terms: Net') . qq| - | - . $locale->text('days') . qq| + + | . $locale->text('Payment Terms') . qq| + | . $locale->text('Discount') . qq| % @@ -991,9 +993,6 @@ sub form_header { | . $locale->text('Obsolete') . qq| {obsolete}> - | . $locale->text('Payment Terms') . qq| - $taxzone @@ -1167,9 +1166,11 @@ $shipto $delivery | . $locale->text('From') . qq| - - | . $locale->text('Bis') . qq| - + + + | . $locale->text('To (time)') . qq| + + @@ -1182,7 +1183,8 @@ $shipto -|; +| . $form->write_trigger(\%myconfig, 2, "from", "BL", "trigger_from", + "to", "BL", "trigger_to"); $lxdebug->leave_sub(); }