diff options
author | ivan <ivan> | 2008-03-29 08:15:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-29 08:15:45 +0000 |
commit | 3f23bdfaef8eb6bb092b72ea741b63e243f8ab19 (patch) | |
tree | 38afeaebc98c09ae571c3ed4193d7a97cb54dac0 /httemplate/view | |
parent | ca292755ee3fc2027707b046352414e06ad45584 (diff) |
okay. and thank goodness its on 1.9. really fix error reporting on quick package order this time. have to change cust cancel popup slightly too, but its for the better (easier custnum parsing). and lastly make it easier for reason selection to be reused without stickiness-on-errors being a big pain in the ass
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 0f1d608aa..ec79c0814 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -591,6 +591,7 @@ sub order_pkg_link { include( '/elements/popup_link-cust_main.html', 'actionlabel' => 'Order new package', 'color' => '#333399', 'cust_main' => shift, + 'closetext' => 'Close', } ) } |