diff options
author | ivan <ivan> | 2008-05-07 21:36:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-07 21:36:35 +0000 |
commit | bfd99094043a3260afa2770b9e3f366308041490 (patch) | |
tree | 9e0b666e02a05c8fa9f86c98b921b0e943f21d56 /httemplate/view/cust_main.cgi | |
parent | bb51c09147a727688b6cd49e8838b9219ff25d43 (diff) |
fix customer cancellation, sort of a side effect of #2872, fixes #3480, #3481
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 94cf13258..63df35ad1 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -27,7 +27,7 @@ function areyousure(href, message) { ) %> | -% } +% } % if ( $conf->exists('deletecustomers') % && $curuser->access_right('Delete customer') |