From: ivan Date: Sun, 13 Jan 2008 21:45:28 +0000 (+0000) Subject: remove 1.7.3 cruft X-Git-Tag: TRIXBOX_2_6~107 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e517ee0a29695953fcd6ca6bae0db28a502831db remove 1.7.3 cruft --- diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index 19332f35d..fed5dac1c 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -126,8 +126,7 @@ % #completely unapplied % $pre = 'Unapplied '; % $post = ''; -% if ( $curuser->access_right('Apply payment') # ) { -% || $curuser->access_right('Post payment') ) { #remove after 1.7.3 +% if ( $curuser->access_right('Apply payment') ) { % $apply = qq! (apply)!; @@ -166,8 +165,7 @@ % $desc .= '  '. % '$'. % $cust_pay->unapplied. ' unapplied'; -% if ( $curuser->access_right('Apply payment') # ) { -% || $curuser->access_right('Post payment') ) { #remove after 1.7.3 +% if ( $curuser->access_right('Apply payment') ) { % $desc .= qq! (apply)!; @@ -306,8 +304,7 @@ % #completely unapplied % $pre = 'Unapplied '; % $post = ''; -% if ( $curuser->access_right('Apply credit') # ) { -% || $curuser->access_right('Post credit') ) { #remove after 1.7.3 +% if ( $curuser->access_right('Apply credit') ) { % $apply = qq! (apply)!; @@ -345,8 +342,7 @@ % if ( $cust_credit->credited > 0 ) { % $desc .= '  $'. % $cust_credit->credited. ' unapplied'; -% if ( $curuser->access_right('Apply credit') # ) { -% || $curuser->access_right('Post credit') ) { #remove after 1.7.3 +% if ( $curuser->access_right('Apply credit') ) { % $desc .= qq! (apply)!;