summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/change-cust_pkg.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-23 16:25:27 +0000
committerlevinse <levinse>2011-05-23 16:25:27 +0000
commitb5dbd9e1bcbb701a20ed23e723b1e0105fd7c1a1 (patch)
tree982841fb75a9997045f4a7f665a9f365f3bfde33 /httemplate/edit/process/change-cust_pkg.html
parentd884f87c167fa00a24b2347c46606585b8420657 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit/process/change-cust_pkg.html')
-rw-r--r--httemplate/edit/process/change-cust_pkg.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html
index dfae846a0..2770f3283 100644
--- a/httemplate/edit/process/change-cust_pkg.html
+++ b/httemplate/edit/process/change-cust_pkg.html
@@ -3,7 +3,7 @@
% $cgi->redirect(popurl(3). 'misc/change_pkg.cgi?'. $cgi->query_string );
% } else {
- <% header("Package changed") %>
+ <% header(emt("Package changed")) %>
<SCRIPT TYPE="text/javascript">
window.top.location.reload();
</SCRIPT>
@@ -19,7 +19,6 @@ die "access denied"
unless $curuser->access_right('Change customer package');
my $cust_pkg = qsearchs({
- #'select' => 'cust_pkg.*',
'table' => 'cust_pkg',
'addl_from' => 'LEFT JOIN cust_main USING ( custnum )',
'hashref' => { 'pkgnum' => scalar($cgi->param('pkgnum')), },