From: Jan Büren Date: Fri, 21 Oct 2011 10:53:33 +0000 (+0200) Subject: Stammdaten -> Kunden -> Homepage. Falls die URL ohne Protokoll (http://) eingegeben... X-Git-Tag: release-2.7.0beta1~212 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9bbfd351cd106a108eac4195eeb582278d884582;p=kivitendo-erp.git Stammdaten -> Kunden -> Homepage. Falls die URL ohne Protokoll () eingegeben wurde, entsprechend automagisch ergänzen --- diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 284f06175..a7d4eccd3 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -286,6 +286,8 @@ sub edit { # format discount $form->{discount} *= 100; + # format uri + $form->{homepage} = 'http://' . $form->{homepage} unless $form->{homepage} =~ m|^https?://|; &form_header; &form_footer;