X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=17ce91dd268fdee17d64d2caf4f7c3607fecaf37;hp=1c188dc14956455e79ed0e15c09fd92a4314db62;hb=d0c5ddbd31af8b1747d447f31623e1af05961eb4;hpb=8ef00c68688492b2afa3dde8d3d467f89f238c40 diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 1c188dc14..17ce91dd2 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -58,7 +58,7 @@ % }
-Billing address +<% mt('Billing address') |h %> <& cust_main/contact.html, 'cust_main' => $cust_main, @@ -209,7 +209,7 @@ function samechanged(what) { " + VALUE = "<% $custnum ? emt("Apply changes") : emt("Add Customer") %>" onClick = "this.disabled=true; bottomfixup(this.form);" > @@ -366,7 +366,7 @@ my %keep = map { $_=>1 } qw( error tagnum lock_agentnum lock_pkgpart ); $cgi->delete( grep !$keep{$_}, $cgi->param ); my $title = $custnum ? 'Edit Customer' : 'Add Customer'; -$title = emt($title); +$title = mt($title); $title .= ": ". $cust_main->name if $custnum; my $r = qq!* !;