summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-01-31 04:26:54 +0000
committerivan <ivan>2006-01-31 04:26:54 +0000
commitc1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9 (patch)
treeaceba418d4d41bdec62b95f5d20b2b9a2993cceb /httemplate/view/cust_bill.cgi
parent7066204f45124e0100d5330cce63584ff9e4bacb (diff)
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index 56c0c1736..45e19d436 100755
--- a/httemplate/view/cust_bill.cgi
+++ b/httemplate/view/cust_bill.cgi
@@ -23,7 +23,7 @@ my $custnum = $cust_bill->getfield('custnum');
my $link = $templatename ? "$templatename-$invnum" : $invnum;
%>
-<%= header('Invoice View', menubar(
+<%= include("/elements/header.html",'Invoice View', menubar(
"Main Menu" => $p,
"View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
)) %>