summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-10-12 14:21:16 +0000
committerivan <ivan>2002-10-12 14:21:16 +0000
commit13fd37866b4aa471daef35c5188e75e571a6d5e7 (patch)
treee9eca14bbb1eda97a3fce8c263c1a9179a690e27 /httemplate/edit/cust_main.cgi
parent5288c123ca0fe8c47b881791c0dbe8c47f182c3f (diff)
fix dayphone/nightphone msgcat
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/cust_main.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index d99b54aed..8f2fe7cee 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -195,8 +195,8 @@ my($daytime,$night,$fax)=(
$cust_main->fax,
);
-my $daytime_label = gettext('daytime') || 'Day Phone';
-my $night_label = gettext('night') || 'Night Phone';
+my $daytime_label = FS::Msgcat::_gettext('daytime') || 'Day Phone';
+my $night_label = FS::Msgcat::_gettext('night') || 'Night Phone';
print <<END;
<TR><TH ALIGN="right">${r}Country</TH><TD>$country_html</TD></TR>