summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:57:49 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:57:49 -0700
commitcaaacb0401180bfbef36274a3d2be1e1a729860f (patch)
tree3c9043b16d2666342c520a46d6a31151c4da5f70 /httemplate/view
parent5b507bd1cb845ef44a49f84d4f0ae20ec80118d5 (diff)
UI spring cleaning: customer menu
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 0ae154f6d..e85cc2529 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -252,7 +252,7 @@ my @menu = (
show => 'quotations',
},
{
- label => 'Add quotation',
+ label => 'Create new quotation',
url => "edit/quotation.html?custnum=$custnum",
acl => 'Generate quotation',
},