diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-21 19:07:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-21 19:07:04 -0700 |
commit | 1c71ab4b81802a8ee9074917306d35a582349766 (patch) | |
tree | 9d008020d136d283399a35ef984a098ad2880084 /httemplate/edit/cust_pay.cgi | |
parent | 2b740ea3cbb32a3fb3906546552503d9d3cca590 (diff) |
[remove extraneous punctuation]
Diffstat (limited to 'httemplate/edit/cust_pay.cgi')
-rwxr-xr-x | httemplate/edit/cust_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index f0826f652..d4414e44e 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -23,7 +23,7 @@ <% mt('Payment') |h %> <% ntable("#cccccc", 2) %> -% if ( $FS::CurrentUser::CurrentUser->access_right(['Backdate payment']) ) { +% if ( $FS::CurrentUser::CurrentUser->access_right('Backdate payment') ) { <TR> <TD ALIGN="right"><% mt('Date') |h %></TD> <TD COLSPAN=2> |