From e517ee0a29695953fcd6ca6bae0db28a502831db Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Jan 2008 21:45:28 +0000 Subject: [PATCH] remove 1.7.3 cruft --- httemplate/view/cust_main/payment_history.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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)!; -- 2.11.0